Html Css Color HEX #5CDDD2 Medium Turquoise

📋 copy color: '#5CDDD2'

red 92 ◦ green 221 ◦ blue 210

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

Shades of Medium Turquoise #5CDDD2

Tints of Medium Turquoise #5CDDD2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.26%

 BLUE value IS 210 (82.42% from 255) = 40.15%

R = 17.59%
G = 42.26%
B = 40.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#5CDDD2 (or 0x5CDDD2) is known color: Medium Turquoise. HEX triplet: 5C, DD and D2. RGB value is (92,221,210). Sum of RGB (Red+Green+Blue) = 92+221+210=523 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.59% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDD2 is #A3222D. Grayscale: #B5B5B5. Windows color (decimal): -10691118 or 13819228. OLE color: 13819228.

HSL color Cylindrical-coordinate representation of color #5CDDD2: hue angle of 174.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDDD2 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 221 210 -
CMYK 0.58 0 0.05 0.13
HSL 174.88º 0.65% 0.61% -
HSV(B) 174.88º 0.58% 0.87% -
XYZ 41.9 58.64 70.08 -
YUV 181.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 92 221 210 0.58 0 0.05 0.13 174.88 0.65 0.61
Hex 5C DD D2 3A 0 5 D AF 41 3D
Octal 134 335 322 72 0 5 15 257 101 75
Binary 1011100 11011101 11010010 111010 0 101 1101 10101111 1000001 111101

Color Harmonies of #5CDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDDD2

Black with #5CDDD2

Text Example


Text Example

White with #5CDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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