Html Css Color HEX #46FABC Turquoise

📋 copy color: '#46FABC'

red 70 ◦ green 250 ◦ blue 188

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

Shades of Turquoise #46FABC

Tints of Turquoise #46FABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 13.78%
G = 49.21%
B = 37.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#46FABC (or 0x46FABC) is known color: Turquoise. HEX triplet: 46, FA and BC. RGB value is (70,250,188). Sum of RGB (Red+Green+Blue) = 70+250+188=508 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.78% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #46FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FABC is #B90543. Grayscale: #BDBDBD. Windows color (decimal): -12125508 or 12384838. OLE color: 12384838.

HSL color Cylindrical-coordinate representation of color #46FABC: hue angle of 159.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 #46FABC is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 250 188 -
CMYK 0.72 0 0.25 0.02
HSL 159.33º 0.95% 0.63% -
HSV(B) 159.33º 0.72% 0.98% -
XYZ 45.79 73.3 59.31 -
YUV 189.11 127.37 43.04 -
System Red Green Blue C M Y K H S L
Decimal 70 250 188 0.72 0 0.25 0.02 159.33 0.95 0.63
Hex 46 FA BC 48 0 19 2 9F 5F 3F
Octal 106 372 274 110 0 31 2 237 137 77
Binary 1000110 11111010 10111100 1001000 0 11001 10 10011111 1011111 111111

Color Harmonies of #46FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FABC

Black with #46FABC

Text Example


Text Example

White with #46FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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