Html Css Color HEX #44C5DB Medium Turquoise

📋 copy color: '#44C5DB'

red 68 ◦ green 197 ◦ blue 219

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

Shades of Medium Turquoise #44C5DB

Tints of Medium Turquoise #44C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.7%

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

R = 14.05%
G = 40.7%
B = 45.25%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#44C5DB (or 0x44C5DB) is known color: Medium Turquoise. HEX triplet: 44, C5 and DB. RGB value is (68,197,219). Sum of RGB (Red+Green+Blue) = 68+197+219=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #44C5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C5DB is #BB3A24. Grayscale: #A0A0A0. Windows color (decimal): -12270117 or 14402884. OLE color: 14402884.

HSL color Cylindrical-coordinate representation of color #44C5DB: hue angle of 188.74º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44C5DB is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 197 219 -
CMYK 0.69 0.10 0 0.14
HSL 188.74º 0.68% 0.56% -
HSV(B) 188.74º 0.69% 0.86% -
XYZ 35.14 46.28 74.1 -
YUV 160.94 160.76 61.71 -
System Red Green Blue C M Y K H S L
Decimal 68 197 219 0.69 0.10 0 0.14 188.74 0.68 0.56
Hex 44 C5 DB 45 A 0 E BD 44 38
Octal 104 305 333 105 12 0 16 275 104 70
Binary 1000100 11000101 11011011 1000101 1010 0 1110 10111101 1000100 111000

Color Harmonies of #44C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C5DB

Black with #44C5DB

Text Example


Text Example

White with #44C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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