Html Css Color HEX #5CD3C8 Medium Turquoise

📋 copy color: '#5CD3C8'

red 92 ◦ green 211 ◦ blue 200

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

Shades of Medium Turquoise #5CD3C8

Tints of Medium Turquoise #5CD3C8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 18.29%
G = 41.95%
B = 39.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#5CD3C8 (or 0x5CD3C8) is known color: Medium Turquoise. HEX triplet: 5C, D3 and C8. RGB value is (92,211,200). Sum of RGB (Red+Green+Blue) = 92+211+200=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD3C8 is #A32C37. Grayscale: #AEAEAE. Windows color (decimal): -10693688 or 13161308. OLE color: 13161308.

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

Color convert

RGB 92 211 200 -
CMYK 0.56 0 0.05 0.17
HSL 174.45º 0.57% 0.59% -
HSV(B) 174.45º 0.56% 0.83% -
XYZ 38.13 53.03 62.87 -
YUV 174.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 92 211 200 0.56 0 0.05 0.17 174.45 0.57 0.59
Hex 5C D3 C8 38 0 5 11 AE 39 3B
Octal 134 323 310 70 0 5 21 256 71 73
Binary 1011100 11010011 11001000 111000 0 101 10001 10101110 111001 111011

Color Harmonies of #5CD3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD3C8

Black with #5CD3C8

Text Example


Text Example

White with #5CD3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,211,200); }

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

background-color css

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

 a { background-color: rgb(92,211,200); }

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

border-color css

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

 span { border-color: rgb(92,211,200); }

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