Html Css Color HEX #5CDDD7 Medium Turquoise

📋 copy color: '#5CDDD7'

red 92 ◦ green 221 ◦ blue 215

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

Shades of Medium Turquoise #5CDDD7

Tints of Medium Turquoise #5CDDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 17.42%
G = 41.86%
B = 40.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#5CDDD7 (or 0x5CDDD7) is known color: Medium Turquoise. HEX triplet: 5C, DD and D7. RGB value is (92,221,215). Sum of RGB (Red+Green+Blue) = 92+221+215=528 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.42% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDD7 is #A32228. Grayscale: #B5B5B5. Windows color (decimal): -10691113 or 14146908. OLE color: 14146908.

HSL color Cylindrical-coordinate representation of color #5CDDD7: hue angle of 177.21º 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 #5CDDD7 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 221 215 -
CMYK 0.58 0 0.03 0.13
HSL 177.21º 0.65% 0.61% -
HSV(B) 177.21º 0.58% 0.87% -
XYZ 42.54 58.89 73.42 -
YUV 181.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 92 221 215 0.58 0 0.03 0.13 177.21 0.65 0.61
Hex 5C DD D7 3A 0 3 D B1 41 3D
Octal 134 335 327 72 0 3 15 261 101 75
Binary 1011100 11011101 11010111 111010 0 11 1101 10110001 1000001 111101

Color Harmonies of #5CDDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDDD7

Black with #5CDDD7

Text Example


Text Example

White with #5CDDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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