Html Css Color HEX #5CF0CD Turquoise

📋 copy color: '#5CF0CD'

red 92 ◦ green 240 ◦ blue 205

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

Shades of Turquoise #5CF0CD

Tints of Turquoise #5CF0CD

RGB

 RED value IS 92 (36.33% from 255) = 17.13%

 GREEN value IS 240 (94.14% from 255) = 44.69%

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 17.13%
G = 44.69%
B = 38.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#5CF0CD (or 0x5CF0CD) is known color: Turquoise. HEX triplet: 5C, F0 and CD. RGB value is (92,240,205). Sum of RGB (Red+Green+Blue) = 92+240+205=537 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.13% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF0CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF0CD is #A30F32. Grayscale: #BFBFBF. Windows color (decimal): -10686259 or 13496412. OLE color: 13496412.

HSL color Cylindrical-coordinate representation of color #5CF0CD: hue angle of 165.81º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF0CD is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 240 205 -
CMYK 0.62 0 0.15 0.06
HSL 165.81º 0.83% 0.65% -
HSV(B) 165.81º 0.62% 0.94% -
XYZ 46.59 69 68.62 -
YUV 191.76 135.47 56.85 -
System Red Green Blue C M Y K H S L
Decimal 92 240 205 0.62 0 0.15 0.06 165.81 0.83 0.65
Hex 5C F0 CD 3E 0 F 6 A6 53 41
Octal 134 360 315 76 0 17 6 246 123 101
Binary 1011100 11110000 11001101 111110 0 1111 110 10100110 1010011 1000001

Color Harmonies of #5CF0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF0CD

Black with #5CF0CD

Text Example


Text Example

White with #5CF0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CF0CD; }

 p { color: rgb(92,240,205); }

 H1.HeaderClassName
 {
   color: #5CF0CD;
 }
 .AnyTagClassName
 {
   color: #5CF0CD;
 }
</style>

background-color css

<style>
 a { background-color: #5CF0CD; }

 a { background-color: rgb(92,240,205); }

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

border-color css

<style>
 span { border-color: #5CF0CD; }

 span { border-color: rgb(92,240,205); }

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