#55D7EA

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

Shades of Turquoise Blue #55D7EA

Tints of Turquoise Blue #55D7EA

Color information

#55D7EA (or 0x55D7EA) is unknown color: approx Turquoise Blue. HEX triplet: 55, D7 and EA. RGB value is (85,215,234). Sum of RGB (Red+Green+Blue) = 85+215+234=534 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.92% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #55D7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D7EA is #AA2815. Grayscale: #B2B2B2. Windows color (decimal): -11151382 or 15390549. OLE color: 15390549.

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

Color convert

RGB85215234-
CMYK0.640.0800.08
HSL187.65º78.01%62.55%-
HSV(B)187.65º63.68%91.76%-
XYZ42.956.4786.48-
YUV178.3159.4361.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.92%
GREEN value IS 215 (84.38% from 255) = 40.26%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=15.92%
G=40.26%
B=43.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal852152340.640.0800.08187.6578.0162.55
Hex55D7EA40808bc4e3f
Octal1253273521001001027411677
Binary101010111010111111010101000000100001000101111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,215,234); }

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

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

 a { background-color: rgb(85,215,234); }

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

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

 span { border-color: rgb(85,215,234); }

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