Html Css Color HEX #40FFBB Turquoise

📋 copy color: '#40FFBB'

red 64 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #40FFBB

Tints of Turquoise #40FFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 50.4%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 12.65%
G = 50.4%
B = 36.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#40FFBB (or 0x40FFBB) is known color: Turquoise. HEX triplet: 40, FF and BB. RGB value is (64,255,187). Sum of RGB (Red+Green+Blue) = 64+255+187=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFBB is #BF0044. Grayscale: #BEBEBE. Windows color (decimal): -12517445 or 12320576. OLE color: 12320576.

HSL color Cylindrical-coordinate representation of color #40FFBB: hue angle of 158.64º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFBB is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 64 255 187 -
CMYK 0.75 0 0.27 0
HSL 158.64º 1% 0.63% -
HSV(B) 158.64º 0.75% 1% -
XYZ 46.84 76.2 59.25 -
YUV 190.14 126.22 38.03 -
System Red Green Blue C M Y K H S L
Decimal 64 255 187 0.75 0 0.27 0 158.64 1 0.63
Hex 40 FF BB 4B 0 1B 0 9F 64 3F
Octal 100 377 273 113 0 33 0 237 144 77
Binary 1000000 11111111 10111011 1001011 0 11011 0 10011111 1100100 111111

Color Harmonies of #40FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FFBB

Black with #40FFBB

Text Example


Text Example

White with #40FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,255,187); }

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

background-color css

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

 a { background-color: rgb(64,255,187); }

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

border-color css

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

 span { border-color: rgb(64,255,187); }

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