Html Css Color HEX #55DACE Medium Turquoise

📋 copy color: '#55DACE'

red 85 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #55DACE

Tints of Medium Turquoise #55DACE

RGB

 RED value IS 85 (33.59% from 255) = 16.7%

 GREEN value IS 218 (85.55% from 255) = 42.83%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 16.7%
G = 42.83%
B = 40.47%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#55DACE (or 0x55DACE) is known color: Medium Turquoise. HEX triplet: 55, DA and CE. RGB value is (85,218,206). Sum of RGB (Red+Green+Blue) = 85+218+206=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #55DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DACE is #AA2531. Grayscale: #B0B0B0. Windows color (decimal): -11150642 or 13556309. OLE color: 13556309.

HSL color Cylindrical-coordinate representation of color #55DACE: hue angle of 174.59º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DACE is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 206 -
CMYK 0.61 0 0.06 0.15
HSL 174.59º 0.64% 0.59% -
HSV(B) 174.59º 0.61% 0.85% -
XYZ 39.96 56.53 67.2 -
YUV 176.87 144.44 62.48 -
System Red Green Blue C M Y K H S L
Decimal 85 218 206 0.61 0 0.06 0.15 174.59 0.64 0.59
Hex 55 DA CE 3D 0 6 F AF 40 3B
Octal 125 332 316 75 0 6 17 257 100 73
Binary 1010101 11011010 11001110 111101 0 110 1111 10101111 1000000 111011

Color Harmonies of #55DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DACE

Black with #55DACE

Text Example


Text Example

White with #55DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55DACE; }

 p { color: rgb(85,218,206); }

 H1.HeaderClassName
 {
   color: #55DACE;
 }
 .AnyTagClassName
 {
   color: #55DACE;
 }
</style>

background-color css

<style>
 a { background-color: #55DACE; }

 a { background-color: rgb(85,218,206); }

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

border-color css

<style>
 span { border-color: #55DACE; }

 span { border-color: rgb(85,218,206); }

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