Html Css Color HEX #44FAB0 Turquoise

📋 copy color: '#44FAB0'

red 68 ◦ green 250 ◦ blue 176

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

Shades of Turquoise #44FAB0

Tints of Turquoise #44FAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.63%

R = 13.77%
G = 50.61%
B = 35.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#44FAB0 (or 0x44FAB0) is known color: Turquoise. HEX triplet: 44, FA and B0. RGB value is (68,250,176). Sum of RGB (Red+Green+Blue) = 68+250+176=494 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.77% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #44FAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FAB0 is #BB054F. Grayscale: #BBBBBB. Windows color (decimal): -12256592 or 11598404. OLE color: 11598404.

HSL color Cylindrical-coordinate representation of color #44FAB0: hue angle of 155.6º 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 #44FAB0 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 250 176 -
CMYK 0.73 0 0.30 0.02
HSL 155.6º 0.95% 0.62% -
HSV(B) 155.6º 0.73% 0.98% -
XYZ 44.41 72.73 52.77 -
YUV 187.15 121.7 43.02 -
System Red Green Blue C M Y K H S L
Decimal 68 250 176 0.73 0 0.30 0.02 155.6 0.95 0.62
Hex 44 FA B0 49 0 1E 2 9C 5F 3E
Octal 104 372 260 111 0 36 2 234 137 76
Binary 1000100 11111010 10110000 1001001 0 11110 10 10011100 1011111 111110

Color Harmonies of #44FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44FAB0

Black with #44FAB0

Text Example


Text Example

White with #44FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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