Html Css Color HEX #44EEC9 Turquoise

📋 copy color: '#44EEC9'

red 68 ◦ green 238 ◦ blue 201

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

Shades of Turquoise #44EEC9

Tints of Turquoise #44EEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 13.41%
G = 46.94%
B = 39.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#44EEC9 (or 0x44EEC9) is known color: Turquoise. HEX triplet: 44, EE and C9. RGB value is (68,238,201). Sum of RGB (Red+Green+Blue) = 68+238+201=507 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.41% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #44EEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EEC9 is #BB1136. Grayscale: #B6B6B6. Windows color (decimal): -12259639 or 13233732. OLE color: 13233732.

HSL color Cylindrical-coordinate representation of color #44EEC9: hue angle of 166.94º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EEC9 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 238 201 -
CMYK 0.71 0 0.16 0.07
HSL 166.94º 0.83% 0.6% -
HSV(B) 166.94º 0.71% 0.93% -
XYZ 43.5 66.6 65.82 -
YUV 182.95 138.18 46.01 -
System Red Green Blue C M Y K H S L
Decimal 68 238 201 0.71 0 0.16 0.07 166.94 0.83 0.6
Hex 44 EE C9 47 0 10 7 A7 53 3C
Octal 104 356 311 107 0 20 7 247 123 74
Binary 1000100 11101110 11001001 1000111 0 10000 111 10100111 1010011 111100

Color Harmonies of #44EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44EEC9

Black with #44EEC9

Text Example


Text Example

White with #44EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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