Html Css Color HEX #44E1CE Turquoise

📋 copy color: '#44E1CE'

red 68 ◦ green 225 ◦ blue 206

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

Shades of Turquoise #44E1CE

Tints of Turquoise #44E1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 13.63%
G = 45.09%
B = 41.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#44E1CE (or 0x44E1CE) is known color: Turquoise. HEX triplet: 44, E1 and CE. RGB value is (68,225,206). Sum of RGB (Red+Green+Blue) = 68+225+206=499 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.63% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #44E1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E1CE is #BB1E31. Grayscale: #AFAFAF. Windows color (decimal): -12262962 or 13558084. OLE color: 13558084.

HSL color Cylindrical-coordinate representation of color #44E1CE: hue angle of 172.74º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E1CE is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 225 206 -
CMYK 0.70 0 0.08 0.12
HSL 172.74º 0.72% 0.57% -
HSV(B) 172.74º 0.7% 0.88% -
XYZ 40.45 59.54 67.75 -
YUV 175.89 144.99 51.04 -
System Red Green Blue C M Y K H S L
Decimal 68 225 206 0.70 0 0.08 0.12 172.74 0.72 0.57
Hex 44 E1 CE 46 0 8 C AD 48 39
Octal 104 341 316 106 0 10 14 255 110 71
Binary 1000100 11100001 11001110 1000110 0 1000 1100 10101101 1001000 111001

Color Harmonies of #44E1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44E1CE

Black with #44E1CE

Text Example


Text Example

White with #44E1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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