#55EFE6

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

Shades of Turquoise #55EFE6

Tints of Turquoise #55EFE6

Color information

#55EFE6 (or 0x55EFE6) is unknown color: approx Turquoise. HEX triplet: 55, EF and E6. RGB value is (85,239,230). Sum of RGB (Red+Green+Blue) = 85+239+230=554 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.34% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EFE6 is #AA1019. Grayscale: #BFBFBF. Windows color (decimal): -11145242 or 15134549. OLE color: 15134549.

HSL color Cylindrical-coordinate representation of color #55EFE6: hue angle of 176.49º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EFE6 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB85239230-
CMYK0.6400.040.06
HSL176.49º82.8%63.53%-
HSV(B)176.49º64.44%93.73%-
XYZ48.969.3885.68-
YUV191.93149.4851.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.34%
GREEN value IS 239 (93.75% from 255) = 43.14%
BLUE value IS 230 (90.23% from 255) = 41.52%
R=15.34%
G=43.14%
B=41.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal852392300.6400.040.06176.4982.863.53
Hex55EFE640046b05340
Octal125357346100046260123100
Binary10101011110111111100110100000001001101011000010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,239,230); }

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

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

 a { background-color: rgb(85,239,230); }

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

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

 span { border-color: rgb(85,239,230); }

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