Html Css Color HEX #5DD7CC Medium Turquoise

📋 copy color: '#5DD7CC'

red 93 ◦ green 215 ◦ blue 204

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

Shades of Medium Turquoise #5DD7CC

Tints of Medium Turquoise #5DD7CC

RGB

 RED value IS 93 (36.72% from 255) = 18.16%

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 18.16%
G = 41.99%
B = 39.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5DD7CC (or 0x5DD7CC) is known color: Medium Turquoise. HEX triplet: 5D, D7 and CC. RGB value is (93,215,204). Sum of RGB (Red+Green+Blue) = 93+215+204=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD7CC is #A22833. Grayscale: #B1B1B1. Windows color (decimal): -10627124 or 13424477. OLE color: 13424477.

HSL color Cylindrical-coordinate representation of color #5DD7CC: hue angle of 174.59º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD7CC is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 215 204 -
CMYK 0.57 0 0.05 0.16
HSL 174.59º 0.6% 0.6% -
HSV(B) 174.59º 0.57% 0.84% -
XYZ 39.71 55.29 65.71 -
YUV 177.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 93 215 204 0.57 0 0.05 0.16 174.59 0.6 0.6
Hex 5D D7 CC 39 0 5 10 AF 3C 3C
Octal 135 327 314 71 0 5 20 257 74 74
Binary 1011101 11010111 11001100 111001 0 101 10000 10101111 111100 111100

Color Harmonies of #5DD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD7CC

Black with #5DD7CC

Text Example


Text Example

White with #5DD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,215,204); }

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

background-color css

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

 a { background-color: rgb(93,215,204); }

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

border-color css

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

 span { border-color: rgb(93,215,204); }

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