Html Css Color HEX #40FBC9 Turquoise

📋 copy color: '#40FBC9'

red 64 ◦ green 251 ◦ blue 201

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

Shades of Turquoise #40FBC9

Tints of Turquoise #40FBC9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.64%

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 12.4%
G = 48.64%
B = 38.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#40FBC9 (or 0x40FBC9) is known color: Turquoise. HEX triplet: 40, FB and C9. RGB value is (64,251,201). Sum of RGB (Red+Green+Blue) = 64+251+201=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBC9 is #BF0436. Grayscale: #BDBDBD. Windows color (decimal): -12518455 or 13237056. OLE color: 13237056.

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

Color convert

RGB 64 251 201 -
CMYK 0.75 0 0.20 0.02
HSL 163.96º 0.96% 0.62% -
HSV(B) 163.96º 0.75% 0.98% -
XYZ 47.15 74.3 67.11 -
YUV 189.39 134.55 38.57 -
System Red Green Blue C M Y K H S L
Decimal 64 251 201 0.75 0 0.20 0.02 163.96 0.96 0.62
Hex 40 FB C9 4B 0 14 2 A4 60 3E
Octal 100 373 311 113 0 24 2 244 140 76
Binary 1000000 11111011 11001001 1001011 0 10100 10 10100100 1100000 111110

Color Harmonies of #40FBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FBC9

Black with #40FBC9

Text Example


Text Example

White with #40FBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,251,201); }

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

background-color css

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

 a { background-color: rgb(64,251,201); }

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

border-color css

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

 span { border-color: rgb(64,251,201); }

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