Html Css Color HEX #5CDCD7 Medium Turquoise

📋 copy color: '#5CDCD7'

red 92 ◦ green 220 ◦ blue 215

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

Shades of Medium Turquoise #5CDCD7

Tints of Medium Turquoise #5CDCD7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.75%

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

R = 17.46%
G = 41.75%
B = 40.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#5CDCD7 (or 0x5CDCD7) is known color: Medium Turquoise. HEX triplet: 5C, DC and D7. RGB value is (92,220,215). Sum of RGB (Red+Green+Blue) = 92+220+215=527 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.46% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDCD7 is #A32328. Grayscale: #B5B5B5. Windows color (decimal): -10691369 or 14146652. OLE color: 14146652.

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

Color convert

RGB 92 220 215 -
CMYK 0.58 0 0.02 0.14
HSL 177.66º 0.65% 0.61% -
HSV(B) 177.66º 0.58% 0.86% -
XYZ 42.27 58.37 73.33 -
YUV 181.16 147.09 64.41 -
System Red Green Blue C M Y K H S L
Decimal 92 220 215 0.58 0 0.02 0.14 177.66 0.65 0.61
Hex 5C DC D7 3A 0 2 E B2 41 3D
Octal 134 334 327 72 0 2 16 262 101 75
Binary 1011100 11011100 11010111 111010 0 10 1110 10110010 1000001 111101

Color Harmonies of #5CDCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDCD7

Black with #5CDCD7

Text Example


Text Example

White with #5CDCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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