Html Css Color HEX #44ECC9 Turquoise

📋 copy color: '#44ECC9'

red 68 ◦ green 236 ◦ blue 201

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

Shades of Turquoise #44ECC9

Tints of Turquoise #44ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

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

R = 13.47%
G = 46.73%
B = 39.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#44ECC9 (or 0x44ECC9) is known color: Turquoise. HEX triplet: 44, EC and C9. RGB value is (68,236,201). Sum of RGB (Red+Green+Blue) = 68+236+201=505 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.47% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #44ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44ECC9 is #BB1336. Grayscale: #B5B5B5. Windows color (decimal): -12260151 or 13233220. OLE color: 13233220.

HSL color Cylindrical-coordinate representation of color #44ECC9: hue angle of 167.5º degrees, saturation: 0.82, 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 #44ECC9 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 236 201 -
CMYK 0.71 0 0.15 0.07
HSL 167.5º 0.82% 0.6% -
HSV(B) 167.5º 0.71% 0.93% -
XYZ 42.92 65.44 65.63 -
YUV 181.78 138.84 46.85 -
System Red Green Blue C M Y K H S L
Decimal 68 236 201 0.71 0 0.15 0.07 167.5 0.82 0.6
Hex 44 EC C9 47 0 F 7 A8 52 3C
Octal 104 354 311 107 0 17 7 250 122 74
Binary 1000100 11101100 11001001 1000111 0 1111 111 10101000 1010010 111100

Color Harmonies of #44ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44ECC9

Black with #44ECC9

Text Example


Text Example

White with #44ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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