Html Css Color HEX #44CEDB Medium Turquoise

📋 copy color: '#44CEDB'

red 68 ◦ green 206 ◦ blue 219

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

Shades of Medium Turquoise #44CEDB

Tints of Medium Turquoise #44CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.78%

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

R = 13.79%
G = 41.78%
B = 44.42%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#44CEDB (or 0x44CEDB) is known color: Medium Turquoise. HEX triplet: 44, CE and DB. RGB value is (68,206,219). Sum of RGB (Red+Green+Blue) = 68+206+219=493 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.79% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #44CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEDB is #BB3124. Grayscale: #A6A6A6. Windows color (decimal): -12267813 or 14405188. OLE color: 14405188.

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

Color convert

RGB 68 206 219 -
CMYK 0.69 0.06 0 0.14
HSL 185.17º 0.68% 0.56% -
HSV(B) 185.17º 0.69% 0.86% -
XYZ 37.24 50.49 74.8 -
YUV 166.22 157.78 57.94 -
System Red Green Blue C M Y K H S L
Decimal 68 206 219 0.69 0.06 0 0.14 185.17 0.68 0.56
Hex 44 CE DB 45 6 0 E B9 44 38
Octal 104 316 333 105 6 0 16 271 104 70
Binary 1000100 11001110 11011011 1000101 110 0 1110 10111001 1000100 111000

Color Harmonies of #44CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CEDB

Black with #44CEDB

Text Example


Text Example

White with #44CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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