Html Css Color HEX #5CE1CC Medium Turquoise

📋 copy color: '#5CE1CC'

red 92 ◦ green 225 ◦ blue 204

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

Shades of Medium Turquoise #5CE1CC

Tints of Medium Turquoise #5CE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.19%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 17.66%
G = 43.19%
B = 39.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#5CE1CC (or 0x5CE1CC) is known color: Medium Turquoise. HEX triplet: 5C, E1 and CC. RGB value is (92,225,204). Sum of RGB (Red+Green+Blue) = 92+225+204=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE1CC is #A31E33. Grayscale: #B6B6B6. Windows color (decimal): -10690100 or 13427036. OLE color: 13427036.

HSL color Cylindrical-coordinate representation of color #5CE1CC: hue angle of 170.53º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE1CC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 92 225 204 -
CMYK 0.59 0 0.09 0.12
HSL 170.53º 0.69% 0.62% -
HSV(B) 170.53º 0.59% 0.88% -
XYZ 42.24 60.49 66.58 -
YUV 182.84 139.94 63.21 -
System Red Green Blue C M Y K H S L
Decimal 92 225 204 0.59 0 0.09 0.12 170.53 0.69 0.62
Hex 5C E1 CC 3B 0 9 C AB 45 3E
Octal 134 341 314 73 0 11 14 253 105 76
Binary 1011100 11100001 11001100 111011 0 1001 1100 10101011 1000101 111110

Color Harmonies of #5CE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE1CC

Black with #5CE1CC

Text Example


Text Example

White with #5CE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,225,204); }

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

background-color css

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

 a { background-color: rgb(92,225,204); }

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

border-color css

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

 span { border-color: rgb(92,225,204); }

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