#55D6EE

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

Shades of Turquoise Blue #55D6EE

Tints of Turquoise Blue #55D6EE

Color information

#55D6EE (or 0x55D6EE) is unknown color: approx Turquoise Blue. HEX triplet: 55, D6 and EE. RGB value is (85,214,238). Sum of RGB (Red+Green+Blue) = 85+214+238=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #55D6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D6EE is #AA2911. Grayscale: #B1B1B1. Windows color (decimal): -11151634 or 15652437. OLE color: 15652437.

HSL color Cylindrical-coordinate representation of color #55D6EE: hue angle of 189.41º 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 #55D6EE is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85214238-
CMYK0.640.1000.07
HSL189.41º81.82%63.33%-
HSV(B)189.41º64.29%93.33%-
XYZ43.2356.289.46-
YUV178.16161.7661.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.83%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=15.83%
G=39.85%
B=44.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852142380.640.1000.07189.4181.8263.33
Hex55D6EE40A07bd523f
Octal125326356100120727512277
Binary10101011101011011101110100000010100111101111011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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