Html Css Color HEX #5CEED2 Turquoise

📋 copy color: '#5CEED2'

red 92 ◦ green 238 ◦ blue 210

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

Shades of Turquoise #5CEED2

Tints of Turquoise #5CEED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 17.04%
G = 44.07%
B = 38.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#5CEED2 (or 0x5CEED2) is known color: Turquoise. HEX triplet: 5C, EE and D2. RGB value is (92,238,210). Sum of RGB (Red+Green+Blue) = 92+238+210=540 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.04% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEED2 is #A3112D. Grayscale: #BFBFBF. Windows color (decimal): -10686766 or 13823580. OLE color: 13823580.

HSL color Cylindrical-coordinate representation of color #5CEED2: hue angle of 168.49º 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 #5CEED2 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 238 210 -
CMYK 0.61 0 0.12 0.07
HSL 168.49º 0.81% 0.65% -
HSV(B) 168.49º 0.61% 0.93% -
XYZ 46.62 68.08 71.66 -
YUV 191.15 138.63 57.28 -
System Red Green Blue C M Y K H S L
Decimal 92 238 210 0.61 0 0.12 0.07 168.49 0.81 0.65
Hex 5C EE D2 3D 0 C 7 A8 51 41
Octal 134 356 322 75 0 14 7 250 121 101
Binary 1011100 11101110 11010010 111101 0 1100 111 10101000 1010001 1000001

Color Harmonies of #5CEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEED2

Black with #5CEED2

Text Example


Text Example

White with #5CEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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