Html Css Color HEX #44CFCC Medium Turquoise

📋 copy color: '#44CFCC'

red 68 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #44CFCC

Tints of Medium Turquoise #44CFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 14.2%
G = 43.22%
B = 42.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#44CFCC (or 0x44CFCC) is known color: Medium Turquoise. HEX triplet: 44, CF and CC. RGB value is (68,207,204). Sum of RGB (Red+Green+Blue) = 68+207+204=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #44CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFCC is #BB3033. Grayscale: #A4A4A4. Windows color (decimal): -12267572 or 13422404. OLE color: 13422404.

HSL color Cylindrical-coordinate representation of color #44CFCC: hue angle of 178.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CFCC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 207 204 -
CMYK 0.67 0 0.01 0.19
HSL 178.71º 0.59% 0.54% -
HSV(B) 178.71º 0.67% 0.81% -
XYZ 35.6 50.21 64.94 -
YUV 165.1 149.95 58.74 -
System Red Green Blue C M Y K H S L
Decimal 68 207 204 0.67 0 0.01 0.19 178.71 0.59 0.54
Hex 44 CF CC 43 0 1 13 B3 3B 36
Octal 104 317 314 103 0 1 23 263 73 66
Binary 1000100 11001111 11001100 1000011 0 1 10011 10110011 111011 110110

Color Harmonies of #44CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CFCC

Black with #44CFCC

Text Example


Text Example

White with #44CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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