Html Css Color HEX #46EDB3 Turquoise

📋 copy color: '#46EDB3'

red 70 ◦ green 237 ◦ blue 179

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

Shades of Turquoise #46EDB3

Tints of Turquoise #46EDB3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

 BLUE value IS 179 (70.31% from 255) = 36.83%

R = 14.4%
G = 48.77%
B = 36.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#46EDB3 (or 0x46EDB3) is known color: Turquoise. HEX triplet: 46, ED and B3. RGB value is (70,237,179). Sum of RGB (Red+Green+Blue) = 70+237+179=486 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.40% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EDB3 is #B9124C. Grayscale: #B4B4B4. Windows color (decimal): -12128845 or 11791686. OLE color: 11791686.

HSL color Cylindrical-coordinate representation of color #46EDB3: hue angle of 159.16º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EDB3 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 237 179 -
CMYK 0.70 0 0.24 0.07
HSL 159.16º 0.82% 0.6% -
HSV(B) 159.16º 0.7% 0.93% -
XYZ 40.95 65.13 53.06 -
YUV 180.46 127.17 49.22 -
System Red Green Blue C M Y K H S L
Decimal 70 237 179 0.70 0 0.24 0.07 159.16 0.82 0.6
Hex 46 ED B3 46 0 18 7 9F 52 3C
Octal 106 355 263 106 0 30 7 237 122 74
Binary 1000110 11101101 10110011 1000110 0 11000 111 10011111 1010010 111100

Color Harmonies of #46EDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EDB3

Black with #46EDB3

Text Example


Text Example

White with #46EDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,237,179); }

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

background-color css

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

 a { background-color: rgb(70,237,179); }

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

border-color css

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

 span { border-color: rgb(70,237,179); }

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