Html Css Color HEX #5CD2CE Medium Turquoise

📋 copy color: '#5CD2CE'

red 92 ◦ green 210 ◦ blue 206

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

Shades of Medium Turquoise #5CD2CE

Tints of Medium Turquoise #5CD2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.34%

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

R = 18.11%
G = 41.34%
B = 40.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#5CD2CE (or 0x5CD2CE) is known color: Medium Turquoise. HEX triplet: 5C, D2 and CE. RGB value is (92,210,206). Sum of RGB (Red+Green+Blue) = 92+210+206=508 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.11% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD2CE is #A32D31. Grayscale: #AEAEAE. Windows color (decimal): -10693938 or 13554268. OLE color: 13554268.

HSL color Cylindrical-coordinate representation of color #5CD2CE: hue angle of 177.97º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD2CE is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 92 210 206 -
CMYK 0.56 0 0.02 0.18
HSL 177.97º 0.57% 0.59% -
HSV(B) 177.97º 0.56% 0.82% -
XYZ 38.6 52.82 66.55 -
YUV 174.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 92 210 206 0.56 0 0.02 0.18 177.97 0.57 0.59
Hex 5C D2 CE 38 0 2 12 B2 39 3B
Octal 134 322 316 70 0 2 22 262 71 73
Binary 1011100 11010010 11001110 111000 0 10 10010 10110010 111001 111011

Color Harmonies of #5CD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD2CE

Black with #5CD2CE

Text Example


Text Example

White with #5CD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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