Html Css Color HEX #44E6DD Turquoise

📋 copy color: '#44E6DD'

red 68 ◦ green 230 ◦ blue 221

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

Shades of Turquoise #44E6DD

Tints of Turquoise #44E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.32%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 13.1%
G = 44.32%
B = 42.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#44E6DD (or 0x44E6DD) is known color: Turquoise. HEX triplet: 44, E6 and DD. RGB value is (68,230,221). Sum of RGB (Red+Green+Blue) = 68+230+221=519 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.10% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #44E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E6DD is #BB1922. Grayscale: #B4B4B4. Windows color (decimal): -12261667 or 14542404. OLE color: 14542404.

HSL color Cylindrical-coordinate representation of color #44E6DD: hue angle of 176.67º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E6DD is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 68 230 221 -
CMYK 0.70 0 0.04 0.10
HSL 176.67º 0.76% 0.58% -
HSV(B) 176.67º 0.7% 0.9% -
XYZ 43.73 63.04 78.27 -
YUV 180.54 150.83 47.73 -
System Red Green Blue C M Y K H S L
Decimal 68 230 221 0.70 0 0.04 0.10 176.67 0.76 0.58
Hex 44 E6 DD 46 0 4 A B1 4C 3A
Octal 104 346 335 106 0 4 12 261 114 72
Binary 1000100 11100110 11011101 1000110 0 100 1010 10110001 1001100 111010

Color Harmonies of #44E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44E6DD

Black with #44E6DD

Text Example


Text Example

White with #44E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,230,221); }

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

background-color css

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

 a { background-color: rgb(68,230,221); }

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

border-color css

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

 span { border-color: rgb(68,230,221); }

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