Html Css Color HEX #55DDDA Medium Turquoise

📋 copy color: '#55DDDA'

red 85 ◦ green 221 ◦ blue 218

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

Shades of Medium Turquoise #55DDDA

Tints of Medium Turquoise #55DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 16.22%
G = 42.18%
B = 41.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#55DDDA (or 0x55DDDA) is known color: Medium Turquoise. HEX triplet: 55, DD and DA. RGB value is (85,221,218). Sum of RGB (Red+Green+Blue) = 85+221+218=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDDA is #AA2225. Grayscale: #B3B3B3. Windows color (decimal): -11149862 or 14343509. OLE color: 14343509.

HSL color Cylindrical-coordinate representation of color #55DDDA: hue angle of 178.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDDA is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 221 218 -
CMYK 0.62 0 0.01 0.13
HSL 178.68º 0.67% 0.6% -
HSV(B) 178.68º 0.62% 0.87% -
XYZ 42.26 58.71 75.43 -
YUV 179.99 149.44 60.24 -
System Red Green Blue C M Y K H S L
Decimal 85 221 218 0.62 0 0.01 0.13 178.68 0.67 0.6
Hex 55 DD DA 3E 0 1 D B3 43 3C
Octal 125 335 332 76 0 1 15 263 103 74
Binary 1010101 11011101 11011010 111110 0 1 1101 10110011 1000011 111100

Color Harmonies of #55DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DDDA

Black with #55DDDA

Text Example


Text Example

White with #55DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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