Html Css Color HEX #44CCDB Medium Turquoise

📋 copy color: '#44CCDB'

red 68 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #44CCDB

Tints of Medium Turquoise #44CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.55%

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

R = 13.85%
G = 41.55%
B = 44.6%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#44CCDB (or 0x44CCDB) is known color: Medium Turquoise. HEX triplet: 44, CC and DB. RGB value is (68,204,219). Sum of RGB (Red+Green+Blue) = 68+204+219=491 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.85% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #44CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCDB is #BB3324. Grayscale: #A4A4A4. Windows color (decimal): -12268325 or 14404676. OLE color: 14404676.

HSL color Cylindrical-coordinate representation of color #44CCDB: hue angle of 185.96º 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 #44CCDB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 204 219 -
CMYK 0.69 0.07 0 0.14
HSL 185.96º 0.68% 0.56% -
HSV(B) 185.96º 0.69% 0.86% -
XYZ 36.76 49.53 74.64 -
YUV 165.05 158.44 58.78 -
System Red Green Blue C M Y K H S L
Decimal 68 204 219 0.69 0.07 0 0.14 185.96 0.68 0.56
Hex 44 CC DB 45 7 0 E BA 44 38
Octal 104 314 333 105 7 0 16 272 104 70
Binary 1000100 11001100 11011011 1000101 111 0 1110 10111010 1000100 111000

Color Harmonies of #44CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CCDB

Black with #44CCDB

Text Example


Text Example

White with #44CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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