Html Css Color HEX #44FACC Turquoise

📋 copy color: '#44FACC'

red 68 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #44FACC

Tints of Turquoise #44FACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.89%

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

R = 13.03%
G = 47.89%
B = 39.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#44FACC (or 0x44FACC) is known color: Turquoise. HEX triplet: 44, FA and CC. RGB value is (68,250,204). Sum of RGB (Red+Green+Blue) = 68+250+204=522 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.03% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #44FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FACC is #BB0533. Grayscale: #BEBEBE. Windows color (decimal): -12256564 or 13433412. OLE color: 13433412.

HSL color Cylindrical-coordinate representation of color #44FACC: hue angle of 164.84º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FACC is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 250 204 -
CMYK 0.73 0 0.18 0.02
HSL 164.84º 0.95% 0.62% -
HSV(B) 164.84º 0.73% 0.98% -
XYZ 47.47 73.96 68.9 -
YUV 190.34 135.7 40.74 -
System Red Green Blue C M Y K H S L
Decimal 68 250 204 0.73 0 0.18 0.02 164.84 0.95 0.62
Hex 44 FA CC 49 0 12 2 A5 5F 3E
Octal 104 372 314 111 0 22 2 245 137 76
Binary 1000100 11111010 11001100 1001001 0 10010 10 10100101 1011111 111110

Color Harmonies of #44FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44FACC

Black with #44FACC

Text Example


Text Example

White with #44FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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