Html Css Color HEX #44EEF9 Turquoise

📋 copy color: '#44EEF9'

red 68 ◦ green 238 ◦ blue 249

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

Shades of Turquoise #44EEF9

Tints of Turquoise #44EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.88%

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 12.25%
G = 42.88%
B = 44.86%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#44EEF9 (or 0x44EEF9) is known color: Turquoise. HEX triplet: 44, EE and F9. RGB value is (68,238,249). Sum of RGB (Red+Green+Blue) = 68+238+249=555 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.25% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #44EEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EEF9 is #BB1106. Grayscale: #BCBCBC. Windows color (decimal): -12259591 or 16379460. OLE color: 16379460.

HSL color Cylindrical-coordinate representation of color #44EEF9: hue angle of 183.65º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44EEF9 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 238 249 -
CMYK 0.73 0.04 0 0.02
HSL 183.65º 0.94% 0.62% -
HSV(B) 183.65º 0.73% 0.98% -
XYZ 50.06 69.22 100.34 -
YUV 188.42 162.18 42.11 -
System Red Green Blue C M Y K H S L
Decimal 68 238 249 0.73 0.04 0 0.02 183.65 0.94 0.62
Hex 44 EE F9 49 4 0 2 B8 5E 3E
Octal 104 356 371 111 4 0 2 270 136 76
Binary 1000100 11101110 11111001 1001001 100 0 10 10111000 1011110 111110

Color Harmonies of #44EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44EEF9

Black with #44EEF9

Text Example


Text Example

White with #44EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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