Html Css Color HEX #5CD1CA Medium Turquoise

📋 copy color: '#5CD1CA'

red 92 ◦ green 209 ◦ blue 202

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

Shades of Medium Turquoise #5CD1CA

Tints of Medium Turquoise #5CD1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.55%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 18.29%
G = 41.55%
B = 40.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#5CD1CA (or 0x5CD1CA) is known color: Medium Turquoise. HEX triplet: 5C, D1 and CA. RGB value is (92,209,202). Sum of RGB (Red+Green+Blue) = 92+209+202=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #5CD1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD1CA is #A32E35. Grayscale: #ADADAD. Windows color (decimal): -10694198 or 13291868. OLE color: 13291868.

HSL color Cylindrical-coordinate representation of color #5CD1CA: hue angle of 176.41º degrees, saturation: 0.56, 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 #5CD1CA is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 92 209 202 -
CMYK 0.56 0 0.03 0.18
HSL 176.41º 0.56% 0.59% -
HSV(B) 176.41º 0.56% 0.82% -
XYZ 37.87 52.14 63.95 -
YUV 173.22 144.24 70.07 -
System Red Green Blue C M Y K H S L
Decimal 92 209 202 0.56 0 0.03 0.18 176.41 0.56 0.59
Hex 5C D1 CA 38 0 3 12 B0 38 3B
Octal 134 321 312 70 0 3 22 260 70 73
Binary 1011100 11010001 11001010 111000 0 11 10010 10110000 111000 111011

Color Harmonies of #5CD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD1CA

Black with #5CD1CA

Text Example


Text Example

White with #5CD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,209,202); }

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

background-color css

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

 a { background-color: rgb(92,209,202); }

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

border-color css

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

 span { border-color: rgb(92,209,202); }

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