Html Css Color HEX #44CFD1 Medium Turquoise

📋 copy color: '#44CFD1'

red 68 ◦ green 207 ◦ blue 209

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

Shades of Medium Turquoise #44CFD1

Tints of Medium Turquoise #44CFD1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.77%

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

R = 14.05%
G = 42.77%
B = 43.18%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#44CFD1 (or 0x44CFD1) is known color: Medium Turquoise. HEX triplet: 44, CF and D1. RGB value is (68,207,209). Sum of RGB (Red+Green+Blue) = 68+207+209=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #44CFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFD1 is #BB302E. Grayscale: #A5A5A5. Windows color (decimal): -12267567 or 13750084. OLE color: 13750084.

HSL color Cylindrical-coordinate representation of color #44CFD1: hue angle of 180.85º 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 #44CFD1 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 207 209 -
CMYK 0.67 0.01 0 0.18
HSL 180.85º 0.61% 0.54% -
HSV(B) 180.85º 0.67% 0.82% -
XYZ 36.21 50.46 68.15 -
YUV 165.67 152.45 58.34 -
System Red Green Blue C M Y K H S L
Decimal 68 207 209 0.67 0.01 0 0.18 180.85 0.61 0.54
Hex 44 CF D1 43 1 0 12 B5 3D 36
Octal 104 317 321 103 1 0 22 265 75 66
Binary 1000100 11001111 11010001 1000011 1 0 10010 10110101 111101 110110

Color Harmonies of #44CFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CFD1

Black with #44CFD1

Text Example


Text Example

White with #44CFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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