#55DBBE

Color #55DBBE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #55DBBE

Tints of Medium Turquoise #55DBBE

Color information

#55DBBE (or 0x55DBBE) is unknown color: approx Medium Turquoise. HEX triplet: 55, DB and BE. RGB value is (85,219,190). Sum of RGB (Red+Green+Blue) = 85+219+190=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBBE is #AA2441. Grayscale: #AFAFAF. Windows color (decimal): -11150402 or 12507989. OLE color: 12507989.

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

Color convert

RGB85219190-
CMYK0.6100.130.14
HSL167.01º65.05%59.61%-
HSV(B)167.01º61.19%85.88%-
XYZ38.3756.3157.56-
YUV175.63136.1163.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.21%
GREEN value IS 219 (85.94% from 255) = 44.33%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=17.21%
G=44.33%
B=38.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852191900.6100.130.14167.0165.0559.61
Hex55DBBE3D0DEa7413c
Octal125333276750151624710174
Binary10101011101101110111110111101011011110101001111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,219,190); }

 H1.HeaderClassName
 {
   color: #55DBBE;
 }
 .AnyTagClassName
 {
   color: #55DBBE;
 }
</style>
background-color css

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

 a { background-color: rgb(85,219,190); }

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

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

 span { border-color: rgb(85,219,190); }

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