Html Css Color HEX #44CEDF Medium Turquoise

📋 copy color: '#44CEDF'

red 68 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #44CEDF

Tints of Medium Turquoise #44CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 13.68%
G = 41.45%
B = 44.87%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#44CEDF (or 0x44CEDF) is known color: Medium Turquoise. HEX triplet: 44, CE and DF. RGB value is (68,206,223). Sum of RGB (Red+Green+Blue) = 68+206+223=497 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.68% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #44CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEDF is #BB3120. Grayscale: #A6A6A6. Windows color (decimal): -12267809 or 14667332. OLE color: 14667332.

HSL color Cylindrical-coordinate representation of color #44CEDF: hue angle of 186.58º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44CEDF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 206 223 -
CMYK 0.70 0.08 0 0.13
HSL 186.58º 0.71% 0.57% -
HSV(B) 186.58º 0.7% 0.87% -
XYZ 37.77 50.7 77.61 -
YUV 166.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 68 206 223 0.70 0.08 0 0.13 186.58 0.71 0.57
Hex 44 CE DF 46 8 0 D BB 47 39
Octal 104 316 337 106 10 0 15 273 107 71
Binary 1000100 11001110 11011111 1000110 1000 0 1101 10111011 1000111 111001

Color Harmonies of #44CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CEDF

Black with #44CEDF

Text Example


Text Example

White with #44CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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