#55DFE3

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

Shades of Turquoise Blue #55DFE3

Tints of Turquoise Blue #55DFE3

Color information

#55DFE3 (or 0x55DFE3) is unknown color: approx Turquoise Blue. HEX triplet: 55, DF and E3. RGB value is (85,223,227). Sum of RGB (Red+Green+Blue) = 85+223+227=535 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.89% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 227 - color contains mainly: blue. Hex color #55DFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFE3 is #AA201C. Grayscale: #B6B6B6. Windows color (decimal): -11149341 or 14933845. OLE color: 14933845.

HSL color Cylindrical-coordinate representation of color #55DFE3: hue angle of 181.69º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55DFE3 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85223227-
CMYK0.630.0200.11
HSL181.69º71.72%61.18%-
HSV(B)181.69º62.56%89.02%-
XYZ4460.2581.98-
YUV182.19153.2858.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.89%
GREEN value IS 223 (87.5% from 255) = 41.68%
BLUE value IS 227 (89.06% from 255) = 42.43%
R=15.89%
G=41.68%
B=42.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852232270.630.0200.11181.6971.7261.18
Hex55DFE33F20Bb6483d
Octal12533734377201326611075
Binary101010111011111111000111111111001011101101101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,223,227); }

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

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

 a { background-color: rgb(85,223,227); }

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

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

 span { border-color: rgb(85,223,227); }

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