Html Css Color HEX #40FAB5 Turquoise

📋 copy color: '#40FAB5'

red 64 ◦ green 250 ◦ blue 181

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

Shades of Turquoise #40FAB5

Tints of Turquoise #40FAB5

RGB

 RED value IS 64 (25.39% from 255) = 12.93%

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

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 12.93%
G = 50.51%
B = 36.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#40FAB5 (or 0x40FAB5) is known color: Turquoise. HEX triplet: 40, FA and B5. RGB value is (64,250,181). Sum of RGB (Red+Green+Blue) = 64+250+181=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAB5 is #BF054A. Grayscale: #BABABA. Windows color (decimal): -12518731 or 11926080. OLE color: 11926080.

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

Color convert

RGB 64 250 181 -
CMYK 0.74 0 0.28 0.02
HSL 157.74º 0.95% 0.62% -
HSV(B) 157.74º 0.74% 0.98% -
XYZ 44.64 72.8 55.41 -
YUV 186.52 124.88 40.61 -
System Red Green Blue C M Y K H S L
Decimal 64 250 181 0.74 0 0.28 0.02 157.74 0.95 0.62
Hex 40 FA B5 4A 0 1C 2 9E 5F 3E
Octal 100 372 265 112 0 34 2 236 137 76
Binary 1000000 11111010 10110101 1001010 0 11100 10 10011110 1011111 111110

Color Harmonies of #40FAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAB5

Black with #40FAB5

Text Example


Text Example

White with #40FAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40FAB5; }

 p { color: rgb(64,250,181); }

 H1.HeaderClassName
 {
   color: #40FAB5;
 }
 .AnyTagClassName
 {
   color: #40FAB5;
 }
</style>

background-color css

<style>
 a { background-color: #40FAB5; }

 a { background-color: rgb(64,250,181); }

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

border-color css

<style>
 span { border-color: #40FAB5; }

 span { border-color: rgb(64,250,181); }

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