Html Css Color HEX #44E6DB Turquoise

📋 copy color: '#44E6DB'

red 68 ◦ green 230 ◦ blue 219

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

Shades of Turquoise #44E6DB

Tints of Turquoise #44E6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 13.15%
G = 44.49%
B = 42.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#44E6DB (or 0x44E6DB) is known color: Turquoise. HEX triplet: 44, E6 and DB. RGB value is (68,230,219). Sum of RGB (Red+Green+Blue) = 68+230+219=517 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.15% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #44E6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E6DB is #BB1924. Grayscale: #B4B4B4. Windows color (decimal): -12261669 or 14411332. OLE color: 14411332.

HSL color Cylindrical-coordinate representation of color #44E6DB: hue angle of 175.93º 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 #44E6DB is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 68 230 219 -
CMYK 0.70 0 0.05 0.10
HSL 175.93º 0.76% 0.58% -
HSV(B) 175.93º 0.7% 0.9% -
XYZ 43.47 62.94 76.87 -
YUV 180.31 149.83 47.89 -
System Red Green Blue C M Y K H S L
Decimal 68 230 219 0.70 0 0.05 0.10 175.93 0.76 0.58
Hex 44 E6 DB 46 0 5 A B0 4C 3A
Octal 104 346 333 106 0 5 12 260 114 72
Binary 1000100 11100110 11011011 1000110 0 101 1010 10110000 1001100 111010

Color Harmonies of #44E6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44E6DB

Black with #44E6DB

Text Example


Text Example

White with #44E6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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