Html Css Color HEX #5CEFDC Turquoise

📋 copy color: '#5CEFDC'

red 92 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #5CEFDC

Tints of Turquoise #5CEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.38%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 16.7%
G = 43.38%
B = 39.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#5CEFDC (or 0x5CEFDC) is known color: Turquoise. HEX triplet: 5C, EF and DC. RGB value is (92,239,220). Sum of RGB (Red+Green+Blue) = 92+239+220=551 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.70% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFDC is #A31023. Grayscale: #C0C0C0. Windows color (decimal): -10686500 or 14479196. OLE color: 14479196.

HSL color Cylindrical-coordinate representation of color #5CEFDC: hue angle of 172.24º degrees, saturation: 0.82, 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 #5CEFDC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 239 220 -
CMYK 0.62 0 0.08 0.06
HSL 172.24º 0.82% 0.65% -
HSV(B) 172.24º 0.62% 0.94% -
XYZ 48.2 69.18 78.52 -
YUV 192.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 92 239 220 0.62 0 0.08 0.06 172.24 0.82 0.65
Hex 5C EF DC 3E 0 8 6 AC 52 41
Octal 134 357 334 76 0 10 6 254 122 101
Binary 1011100 11101111 11011100 111110 0 1000 110 10101100 1010010 1000001

Color Harmonies of #5CEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEFDC

Black with #5CEFDC

Text Example


Text Example

White with #5CEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,239,220); }

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

background-color css

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

 a { background-color: rgb(92,239,220); }

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

border-color css

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

 span { border-color: rgb(92,239,220); }

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