Html Css Color HEX #44E1EF Turquoise

📋 copy color: '#44E1EF'

red 68 ◦ green 225 ◦ blue 239

#44E1EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #44E1EF

Tints of Turquoise #44E1EF

RGB

 RED value IS 68 (26.95% from 255) = 12.78%

 GREEN value IS 225 (88.28% from 255) = 42.29%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 12.78%
G = 42.29%
B = 44.92%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#44E1EF (or 0x44E1EF) is known color: Turquoise. HEX triplet: 44, E1 and EF. RGB value is (68,225,239). Sum of RGB (Red+Green+Blue) = 68+225+239=532 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.78% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #44E1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44E1EF is #BB1E10. Grayscale: #B3B3B3. Windows color (decimal): -12262929 or 15720772. OLE color: 15720772.

HSL color Cylindrical-coordinate representation of color #44E1EF: hue angle of 184.91º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44E1EF is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 225 239 -
CMYK 0.72 0.06 0 0.06
HSL 184.91º 0.84% 0.6% -
HSV(B) 184.91º 0.72% 0.94% -
XYZ 44.89 61.31 91.13 -
YUV 179.65 161.49 48.36 -
System Red Green Blue C M Y K H S L
Decimal 68 225 239 0.72 0.06 0 0.06 184.91 0.84 0.6
Hex 44 E1 EF 48 6 0 6 B9 54 3C
Octal 104 341 357 110 6 0 6 271 124 74
Binary 1000100 11100001 11101111 1001000 110 0 110 10111001 1010100 111100

Color Harmonies of #44E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44E1EF

Black with #44E1EF

Text Example


Text Example

White with #44E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,225,239); }

 H1.HeaderClassName
 {
   color: #44E1EF;
 }
 .AnyTagClassName
 {
   color: #44E1EF;
 }
</style>

background-color css

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

 a { background-color: rgb(68,225,239); }

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

border-color css

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

 span { border-color: rgb(68,225,239); }

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