#44FCEE

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

Shades of Turquoise #44FCEE

Tints of Turquoise #44FCEE

Color information

#44FCEE (or 0x44FCEE) is unknown color: approx Turquoise. HEX triplet: 44, FC and EE. RGB value is (68,252,238). Sum of RGB (Red+Green+Blue) = 68+252+238=558 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.19% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #44FCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FCEE is #BB0311. Grayscale: #C3C3C3. Windows color (decimal): -12256018 or 15662148. OLE color: 15662148.

HSL color Cylindrical-coordinate representation of color #44FCEE: hue angle of 175.43º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FCEE is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB68252238-
CMYK0.7300.060.01
HSL175.43º96.84%62.75%-
HSV(B)175.43º73.02%98.82%-
XYZ52.6377.0292.98-
YUV195.39152.0437.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.19%
GREEN value IS 252 (98.83% from 255) = 45.16%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=12.19%
G=45.16%
B=42.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal682522380.7300.060.01175.4396.8462.75
Hex44FCEE49061af613f
Octal10437435611106125714177
Binary10001001111110011101110100100101101101011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44FCEE; }

 p { color: rgb(68,252,238); }

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

<style>
 a { background-color: #44FCEE; }

 a { background-color: rgb(68,252,238); }

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

<style>
 span { border-color: #44FCEE; }

 span { border-color: rgb(68,252,238); }

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