Html Css Color HEX #5CD2D1 Medium Turquoise

📋 copy color: '#5CD2D1'

red 92 ◦ green 210 ◦ blue 209

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

Shades of Medium Turquoise #5CD2D1

Tints of Medium Turquoise #5CD2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 18%
G = 41.1%
B = 40.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#5CD2D1 (or 0x5CD2D1) is known color: Medium Turquoise. HEX triplet: 5C, D2 and D1. RGB value is (92,210,209). Sum of RGB (Red+Green+Blue) = 92+210+209=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD2D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD2D1 is #A32D2E. Grayscale: #AEAEAE. Windows color (decimal): -10693935 or 13750876. OLE color: 13750876.

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

Color convert

RGB 92 210 209 -
CMYK 0.56 0 0.00 0.18
HSL 179.49º 0.57% 0.59% -
HSV(B) 179.49º 0.56% 0.82% -
XYZ 38.97 52.97 68.49 -
YUV 174.6 147.41 69.08 -
System Red Green Blue C M Y K H S L
Decimal 92 210 209 0.56 0 0.00 0.18 179.49 0.57 0.59
Hex 5C D2 D1 38 0 0 12 B3 39 3B
Octal 134 322 321 70 0 0 22 263 71 73
Binary 1011100 11010010 11010001 111000 0 0 10010 10110011 111001 111011

Color Harmonies of #5CD2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD2D1

Black with #5CD2D1

Text Example


Text Example

White with #5CD2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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