Html Css Color HEX #44CCD1 Medium Turquoise

📋 copy color: '#44CCD1'

red 68 ◦ green 204 ◦ blue 209

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

Shades of Medium Turquoise #44CCD1

Tints of Medium Turquoise #44CCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 14.14%
G = 42.41%
B = 43.45%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#44CCD1 (or 0x44CCD1) is known color: Medium Turquoise. HEX triplet: 44, CC and D1. RGB value is (68,204,209). Sum of RGB (Red+Green+Blue) = 68+204+209=481 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.14% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #44CCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCD1 is #BB332E. Grayscale: #A3A3A3. Windows color (decimal): -12268335 or 13749316. OLE color: 13749316.

HSL color Cylindrical-coordinate representation of color #44CCD1: hue angle of 182.13º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CCD1 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 204 209 -
CMYK 0.67 0.02 0 0.18
HSL 182.13º 0.61% 0.54% -
HSV(B) 182.13º 0.67% 0.82% -
XYZ 35.49 49.02 67.91 -
YUV 163.91 153.44 59.59 -
System Red Green Blue C M Y K H S L
Decimal 68 204 209 0.67 0.02 0 0.18 182.13 0.61 0.54
Hex 44 CC D1 43 2 0 12 B6 3D 36
Octal 104 314 321 103 2 0 22 266 75 66
Binary 1000100 11001100 11010001 1000011 10 0 10010 10110110 111101 110110

Color Harmonies of #44CCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CCD1

Black with #44CCD1

Text Example


Text Example

White with #44CCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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