#44EEF5

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

Shades of Turquoise #44EEF5

Tints of Turquoise #44EEF5

Color information

#44EEF5 (or 0x44EEF5) is unknown color: approx Turquoise. HEX triplet: 44, EE and F5. RGB value is (68,238,245). Sum of RGB (Red+Green+Blue) = 68+238+245=551 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.34% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #44EEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EEF5 is #BB110A. Grayscale: #BBBBBB. Windows color (decimal): -12259595 or 16117316. OLE color: 16117316.

HSL color Cylindrical-coordinate representation of color #44EEF5: hue angle of 182.37º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EEF5 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB68238245-
CMYK0.720.0300.04
HSL182.37º89.85%61.37%-
HSV(B)182.37º72.24%96.08%-
XYZ49.4468.9797.09-
YUV187.97160.1842.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.34%
GREEN value IS 238 (93.36% from 255) = 43.19%
BLUE value IS 245 (96.09% from 255) = 44.46%
R=12.34%
G=43.19%
B=44.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal682382450.720.0300.04182.3789.8561.37
Hex44EEF548304b65a3d
Octal10435636511030426613275
Binary100010011101110111101011001000110100101101101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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