Html Css Color HEX #44CDD6 Medium Turquoise

📋 copy color: '#44CDD6'

red 68 ◦ green 205 ◦ blue 214

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

Shades of Medium Turquoise #44CDD6

Tints of Medium Turquoise #44CDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

 BLUE value IS 214 (83.98% from 255) = 43.94%

R = 13.96%
G = 42.09%
B = 43.94%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#44CDD6 (or 0x44CDD6) is known color: Medium Turquoise. HEX triplet: 44, CD and D6. RGB value is (68,205,214). Sum of RGB (Red+Green+Blue) = 68+205+214=487 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.96% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #44CDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CDD6 is #BB3229. Grayscale: #A4A4A4. Windows color (decimal): -12268074 or 14077252. OLE color: 14077252.

HSL color Cylindrical-coordinate representation of color #44CDD6: hue angle of 183.7º degrees, saturation: 0.64, 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 #44CDD6 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 205 214 -
CMYK 0.68 0.04 0 0.16
HSL 183.7º 0.64% 0.55% -
HSV(B) 183.7º 0.68% 0.84% -
XYZ 36.35 49.75 71.3 -
YUV 165.06 155.61 58.77 -
System Red Green Blue C M Y K H S L
Decimal 68 205 214 0.68 0.04 0 0.16 183.7 0.64 0.55
Hex 44 CD D6 44 4 0 10 B8 40 37
Octal 104 315 326 104 4 0 20 270 100 67
Binary 1000100 11001101 11010110 1000100 100 0 10000 10111000 1000000 110111

Color Harmonies of #44CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CDD6

Black with #44CDD6

Text Example


Text Example

White with #44CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,205,214); }

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

background-color css

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

 a { background-color: rgb(68,205,214); }

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

border-color css

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

 span { border-color: rgb(68,205,214); }

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