Html Css Color HEX #5DEDCC Turquoise

📋 copy color: '#5DEDCC'

red 93 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #5DEDCC

Tints of Turquoise #5DEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.38%

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

R = 17.42%
G = 44.38%
B = 38.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#5DEDCC (or 0x5DEDCC) is known color: Turquoise. HEX triplet: 5D, ED and CC. RGB value is (93,237,204). Sum of RGB (Red+Green+Blue) = 93+237+204=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEDCC is #A21233. Grayscale: #BEBEBE. Windows color (decimal): -10621492 or 13430109. OLE color: 13430109.

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

Color convert

RGB 93 237 204 -
CMYK 0.61 0 0.14 0.07
HSL 166.25º 0.8% 0.65% -
HSV(B) 166.25º 0.61% 0.93% -
XYZ 45.7 67.26 67.7 -
YUV 190.18 135.79 58.68 -
System Red Green Blue C M Y K H S L
Decimal 93 237 204 0.61 0 0.14 0.07 166.25 0.8 0.65
Hex 5D ED CC 3D 0 E 7 A6 50 41
Octal 135 355 314 75 0 16 7 246 120 101
Binary 1011101 11101101 11001100 111101 0 1110 111 10100110 1010000 1000001

Color Harmonies of #5DEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEDCC

Black with #5DEDCC

Text Example


Text Example

White with #5DEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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