#55DEEE

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

Shades of Turquoise Blue #55DEEE

Tints of Turquoise Blue #55DEEE

Color information

#55DEEE (or 0x55DEEE) is unknown color: approx Turquoise Blue. HEX triplet: 55, DE and EE. RGB value is (85,222,238). Sum of RGB (Red+Green+Blue) = 85+222+238=545 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.60% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #55DEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DEEE is #AA2111. Grayscale: #B6B6B6. Windows color (decimal): -11149586 or 15654485. OLE color: 15654485.

HSL color Cylindrical-coordinate representation of color #55DEEE: hue angle of 186.27º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DEEE is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85222238-
CMYK0.640.0700.07
HSL186.27º81.82%63.33%-
HSV(B)186.27º64.29%93.33%-
XYZ45.360.3590.15-
YUV182.86159.1158.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.60%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=15.60%
G=40.73%
B=43.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852222380.640.0700.07186.2781.8263.33
Hex55DEEE40707ba523f
Octal12533635610070727212277
Binary1010101110111101110111010000001110111101110101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,222,238); }

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

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

 a { background-color: rgb(85,222,238); }

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

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

 span { border-color: rgb(85,222,238); }

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