Html Css Color HEX #50FFCF Turquoise

📋 copy color: '#50FFCF'

red 80 ◦ green 255 ◦ blue 207

#50FFCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #50FFCF

Tints of Turquoise #50FFCF

RGB

 RED value IS 80 (31.64% from 255) = 14.76%

 GREEN value IS 255 (100% from 255) = 47.05%

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 14.76%
G = 47.05%
B = 38.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#50FFCF (or 0x50FFCF) is known color: Turquoise. HEX triplet: 50, FF and CF. RGB value is (80,255,207). Sum of RGB (Red+Green+Blue) = 80+255+207=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFCF is #AF0030. Grayscale: #C5C5C5. Windows color (decimal): -11468849 or 13631312. OLE color: 13631312.

HSL color Cylindrical-coordinate representation of color #50FFCF: hue angle of 163.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFCF is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 207 -
CMYK 0.69 0 0.19 0
HSL 163.54º 1% 0.66% -
HSV(B) 163.54º 0.69% 1% -
XYZ 50.33 77.73 71.38 -
YUV 197.2 133.52 44.4 -
System Red Green Blue C M Y K H S L
Decimal 80 255 207 0.69 0 0.19 0 163.54 1 0.66
Hex 50 FF CF 45 0 13 0 A4 64 42
Octal 120 377 317 105 0 23 0 244 144 102
Binary 1010000 11111111 11001111 1000101 0 10011 0 10100100 1100100 1000010

Color Harmonies of #50FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFCF

Black with #50FFCF

Text Example


Text Example

White with #50FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50FFCF; }

 p { color: rgb(80,255,207); }

 H1.HeaderClassName
 {
   color: #50FFCF;
 }
 .AnyTagClassName
 {
   color: #50FFCF;
 }
</style>

background-color css

<style>
 a { background-color: #50FFCF; }

 a { background-color: rgb(80,255,207); }

 div.DivClassName
 {
   background-color: #50FFCF;
 }
 .BgClassName
 {
   background-color: #50FFCF;
 }
</style>

border-color css

<style>
 span { border-color: #50FFCF; }

 span { border-color: rgb(80,255,207); }

 td.TdClassName
 {
   border-color: #50FFCF;
 }
 .TagClassName
 {
   border-color: #50FFCF;
 }
</style>