Html Css Color HEX #44EFAF Turquoise

📋 copy color: '#44EFAF'

red 68 ◦ green 239 ◦ blue 175

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

Shades of Turquoise #44EFAF

Tints of Turquoise #44EFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.59%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 14.11%
G = 49.59%
B = 36.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#44EFAF (or 0x44EFAF) is known color: Turquoise. HEX triplet: 44, EF and AF. RGB value is (68,239,175). Sum of RGB (Red+Green+Blue) = 68+239+175=482 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.11% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EFAF is #BB1050. Grayscale: #B4B4B4. Windows color (decimal): -12259409 or 11530052. OLE color: 11530052.

HSL color Cylindrical-coordinate representation of color #44EFAF: hue angle of 157.54º 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 #44EFAF is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 239 175 -
CMYK 0.72 0 0.27 0.06
HSL 157.54º 0.84% 0.6% -
HSV(B) 157.54º 0.72% 0.94% -
XYZ 40.99 66.06 51.15 -
YUV 180.58 124.85 47.7 -
System Red Green Blue C M Y K H S L
Decimal 68 239 175 0.72 0 0.27 0.06 157.54 0.84 0.6
Hex 44 EF AF 48 0 1B 6 9E 54 3C
Octal 104 357 257 110 0 33 6 236 124 74
Binary 1000100 11101111 10101111 1001000 0 11011 110 10011110 1010100 111100

Color Harmonies of #44EFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44EFAF

Black with #44EFAF

Text Example


Text Example

White with #44EFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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