Html Css Color HEX #5CEEDC Turquoise

📋 copy color: '#5CEEDC'

red 92 ◦ green 238 ◦ blue 220

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

Shades of Turquoise #5CEEDC

Tints of Turquoise #5CEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.27%

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

R = 16.73%
G = 43.27%
B = 40%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#5CEEDC (or 0x5CEEDC) is known color: Turquoise. HEX triplet: 5C, EE and DC. RGB value is (92,238,220). Sum of RGB (Red+Green+Blue) = 92+238+220=550 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.73% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEEDC is #A31123. Grayscale: #C0C0C0. Windows color (decimal): -10686756 or 14478940. OLE color: 14478940.

HSL color Cylindrical-coordinate representation of color #5CEEDC: hue angle of 172.6º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEEDC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 238 220 -
CMYK 0.61 0 0.08 0.07
HSL 172.6º 0.81% 0.65% -
HSV(B) 172.6º 0.61% 0.93% -
XYZ 47.91 68.59 78.42 -
YUV 192.29 143.63 56.46 -
System Red Green Blue C M Y K H S L
Decimal 92 238 220 0.61 0 0.08 0.07 172.6 0.81 0.65
Hex 5C EE DC 3D 0 8 7 AD 51 41
Octal 134 356 334 75 0 10 7 255 121 101
Binary 1011100 11101110 11011100 111101 0 1000 111 10101101 1010001 1000001

Color Harmonies of #5CEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEEDC

Black with #5CEEDC

Text Example


Text Example

White with #5CEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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