Html Css Color HEX #46F7B0 Turquoise

📋 copy color: '#46F7B0'

red 70 ◦ green 247 ◦ blue 176

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

Shades of Turquoise #46F7B0

Tints of Turquoise #46F7B0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.1%

 BLUE value IS 176 (69.14% from 255) = 35.7%

R = 14.2%
G = 50.1%
B = 35.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#46F7B0 (or 0x46F7B0) is known color: Turquoise. HEX triplet: 46, F7 and B0. RGB value is (70,247,176). Sum of RGB (Red+Green+Blue) = 70+247+176=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #46F7B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F7B0 is #B9084F. Grayscale: #BABABA. Windows color (decimal): -12126288 or 11597638. OLE color: 11597638.

HSL color Cylindrical-coordinate representation of color #46F7B0: hue angle of 155.93º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F7B0 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 70 247 176 -
CMYK 0.72 0 0.29 0.03
HSL 155.93º 0.92% 0.62% -
HSV(B) 155.93º 0.72% 0.97% -
XYZ 43.62 70.96 52.47 -
YUV 185.98 122.36 45.27 -
System Red Green Blue C M Y K H S L
Decimal 70 247 176 0.72 0 0.29 0.03 155.93 0.92 0.62
Hex 46 F7 B0 48 0 1D 3 9C 5C 3E
Octal 106 367 260 110 0 35 3 234 134 76
Binary 1000110 11110111 10110000 1001000 0 11101 11 10011100 1011100 111110

Color Harmonies of #46F7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F7B0

Black with #46F7B0

Text Example


Text Example

White with #46F7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,247,176); }

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

background-color css

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

 a { background-color: rgb(70,247,176); }

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

border-color css

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

 span { border-color: rgb(70,247,176); }

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