Html Css Color HEX #46FAB0 Turquoise

📋 copy color: '#46FAB0'

red 70 ◦ green 250 ◦ blue 176

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

Shades of Turquoise #46FAB0

Tints of Turquoise #46FAB0

RGB

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

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

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

R = 14.11%
G = 50.4%
B = 35.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#46FAB0 (or 0x46FAB0) is known color: Turquoise. HEX triplet: 46, FA and B0. RGB value is (70,250,176). Sum of RGB (Red+Green+Blue) = 70+250+176=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FAB0 is #B9054F. Grayscale: #BBBBBB. Windows color (decimal): -12125520 or 11598406. OLE color: 11598406.

HSL color Cylindrical-coordinate representation of color #46FAB0: hue angle of 155.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FAB0 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 250 176 -
CMYK 0.72 0 0.30 0.02
HSL 155.33º 0.95% 0.63% -
HSV(B) 155.33º 0.72% 0.98% -
XYZ 44.55 72.81 52.78 -
YUV 187.74 121.37 44.02 -
System Red Green Blue C M Y K H S L
Decimal 70 250 176 0.72 0 0.30 0.02 155.33 0.95 0.63
Hex 46 FA B0 48 0 1E 2 9B 5F 3F
Octal 106 372 260 110 0 36 2 233 137 77
Binary 1000110 11111010 10110000 1001000 0 11110 10 10011011 1011111 111111

Color Harmonies of #46FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FAB0

Black with #46FAB0

Text Example


Text Example

White with #46FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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