Html Css Color HEX #44FDAB Turquoise

📋 copy color: '#44FDAB'

red 68 ◦ green 253 ◦ blue 171

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

Shades of Turquoise #44FDAB

Tints of Turquoise #44FDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.42%

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 13.82%
G = 51.42%
B = 34.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#44FDAB (or 0x44FDAB) is known color: Turquoise. HEX triplet: 44, FD and AB. RGB value is (68,253,171). Sum of RGB (Red+Green+Blue) = 68+253+171=492 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.82% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #44FDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FDAB is #BB0254. Grayscale: #BCBCBC. Windows color (decimal): -12255829 or 11271492. OLE color: 11271492.

HSL color Cylindrical-coordinate representation of color #44FDAB: hue angle of 153.41º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FDAB is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 253 171 -
CMYK 0.73 0 0.32 0.01
HSL 153.41º 0.98% 0.63% -
HSV(B) 153.41º 0.73% 0.99% -
XYZ 44.86 74.42 50.53 -
YUV 188.34 118.21 42.17 -
System Red Green Blue C M Y K H S L
Decimal 68 253 171 0.73 0 0.32 0.01 153.41 0.98 0.63
Hex 44 FD AB 49 0 20 1 99 62 3F
Octal 104 375 253 111 0 40 1 231 142 77
Binary 1000100 11111101 10101011 1001001 0 100000 1 10011001 1100010 111111

Color Harmonies of #44FDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44FDAB

Black with #44FDAB

Text Example


Text Example

White with #44FDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,253,171); }

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

background-color css

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

 a { background-color: rgb(68,253,171); }

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

border-color css

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

 span { border-color: rgb(68,253,171); }

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