Html Css Color HEX #46FFBB Turquoise

📋 copy color: '#46FFBB'

red 70 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #46FFBB

Tints of Turquoise #46FFBB

RGB

 RED value IS 70 (27.73% from 255) = 13.67%

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

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

R = 13.67%
G = 49.8%
B = 36.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#46FFBB (or 0x46FFBB) is known color: Turquoise. HEX triplet: 46, FF and BB. RGB value is (70,255,187). Sum of RGB (Red+Green+Blue) = 70+255+187=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFBB is #B90044. Grayscale: #C0C0C0. Windows color (decimal): -12124229 or 12320582. OLE color: 12320582.

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

Color convert

RGB 70 255 187 -
CMYK 0.73 0 0.27 0
HSL 157.95º 1% 0.64% -
HSV(B) 157.95º 0.73% 1% -
XYZ 47.26 76.41 59.27 -
YUV 191.93 125.21 41.03 -
System Red Green Blue C M Y K H S L
Decimal 70 255 187 0.73 0 0.27 0 157.95 1 0.64
Hex 46 FF BB 49 0 1B 0 9E 64 40
Octal 106 377 273 111 0 33 0 236 144 100
Binary 1000110 11111111 10111011 1001001 0 11011 0 10011110 1100100 1000000

Color Harmonies of #46FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FFBB

Black with #46FFBB

Text Example


Text Example

White with #46FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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