Html Css Color HEX #44D3EF Medium Turquoise

📋 copy color: '#44D3EF'

red 68 ◦ green 211 ◦ blue 239

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

Shades of Medium Turquoise #44D3EF

Tints of Medium Turquoise #44D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.73%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 13.13%
G = 40.73%
B = 46.14%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#44D3EF (or 0x44D3EF) is known color: Medium Turquoise. HEX triplet: 44, D3 and EF. RGB value is (68,211,239). Sum of RGB (Red+Green+Blue) = 68+211+239=518 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.13% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #44D3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D3EF is #BB2C10. Grayscale: #ABABAB. Windows color (decimal): -12266513 or 15717188. OLE color: 15717188.

HSL color Cylindrical-coordinate representation of color #44D3EF: hue angle of 189.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44D3EF is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 211 239 -
CMYK 0.72 0.12 0 0.06
HSL 189.82º 0.84% 0.6% -
HSV(B) 189.82º 0.72% 0.94% -
XYZ 41.26 54.05 89.92 -
YUV 171.44 166.12 54.22 -
System Red Green Blue C M Y K H S L
Decimal 68 211 239 0.72 0.12 0 0.06 189.82 0.84 0.6
Hex 44 D3 EF 48 C 0 6 BE 54 3C
Octal 104 323 357 110 14 0 6 276 124 74
Binary 1000100 11010011 11101111 1001000 1100 0 110 10111110 1010100 111100

Color Harmonies of #44D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D3EF

Black with #44D3EF

Text Example


Text Example

White with #44D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,211,239); }

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

background-color css

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

 a { background-color: rgb(68,211,239); }

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

border-color css

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

 span { border-color: rgb(68,211,239); }

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