Html Css Color HEX #5CE1CE Medium Turquoise

📋 copy color: '#5CE1CE'

red 92 ◦ green 225 ◦ blue 206

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

Shades of Medium Turquoise #5CE1CE

Tints of Medium Turquoise #5CE1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 17.59%
G = 43.02%
B = 39.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#5CE1CE (or 0x5CE1CE) is known color: Medium Turquoise. HEX triplet: 5C, E1 and CE. RGB value is (92,225,206). Sum of RGB (Red+Green+Blue) = 92+225+206=523 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.59% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE1CE is #A31E31. Grayscale: #B7B7B7. Windows color (decimal): -10690098 or 13558108. OLE color: 13558108.

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

Color convert

RGB 92 225 206 -
CMYK 0.59 0 0.08 0.12
HSL 171.43º 0.69% 0.62% -
HSV(B) 171.43º 0.59% 0.88% -
XYZ 42.48 60.58 67.85 -
YUV 183.07 140.94 63.04 -
System Red Green Blue C M Y K H S L
Decimal 92 225 206 0.59 0 0.08 0.12 171.43 0.69 0.62
Hex 5C E1 CE 3B 0 8 C AB 45 3E
Octal 134 341 316 73 0 10 14 253 105 76
Binary 1011100 11100001 11001110 111011 0 1000 1100 10101011 1000101 111110

Color Harmonies of #5CE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE1CE

Black with #5CE1CE

Text Example


Text Example

White with #5CE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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