Html Css Color HEX #44CAD5 Medium Turquoise

📋 copy color: '#44CAD5'

red 68 ◦ green 202 ◦ blue 213

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

Shades of Medium Turquoise #44CAD5

Tints of Medium Turquoise #44CAD5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.82%

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 14.08%
G = 41.82%
B = 44.1%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#44CAD5 (or 0x44CAD5) is known color: Medium Turquoise. HEX triplet: 44, CA and D5. RGB value is (68,202,213). Sum of RGB (Red+Green+Blue) = 68+202+213=483 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.08% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #44CAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CAD5 is #BB352A. Grayscale: #A3A3A3. Windows color (decimal): -12268843 or 14010948. OLE color: 14010948.

HSL color Cylindrical-coordinate representation of color #44CAD5: hue angle of 184.55º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44CAD5 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 202 213 -
CMYK 0.68 0.05 0 0.16
HSL 184.55º 0.63% 0.55% -
HSV(B) 184.55º 0.68% 0.84% -
XYZ 35.51 48.27 70.4 -
YUV 163.19 156.11 60.11 -
System Red Green Blue C M Y K H S L
Decimal 68 202 213 0.68 0.05 0 0.16 184.55 0.63 0.55
Hex 44 CA D5 44 5 0 10 B9 3F 37
Octal 104 312 325 104 5 0 20 271 77 67
Binary 1000100 11001010 11010101 1000100 101 0 10000 10111001 111111 110111

Color Harmonies of #44CAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CAD5

Black with #44CAD5

Text Example


Text Example

White with #44CAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,202,213); }

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

background-color css

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

 a { background-color: rgb(68,202,213); }

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

border-color css

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

 span { border-color: rgb(68,202,213); }

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