Html Css Color HEX #46EDB2 Turquoise

📋 copy color: '#46EDB2'

red 70 ◦ green 237 ◦ blue 178

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

Shades of Turquoise #46EDB2

Tints of Turquoise #46EDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 14.43%
G = 48.87%
B = 36.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#46EDB2 (or 0x46EDB2) is known color: Turquoise. HEX triplet: 46, ED and B2. RGB value is (70,237,178). Sum of RGB (Red+Green+Blue) = 70+237+178=485 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.43% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EDB2 is #B9124D. Grayscale: #B4B4B4. Windows color (decimal): -12128846 or 11726150. OLE color: 11726150.

HSL color Cylindrical-coordinate representation of color #46EDB2: hue angle of 158.8º 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 #46EDB2 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 237 178 -
CMYK 0.70 0 0.25 0.07
HSL 158.8º 0.82% 0.6% -
HSV(B) 158.8º 0.7% 0.93% -
XYZ 40.85 65.08 52.53 -
YUV 180.34 126.67 49.3 -
System Red Green Blue C M Y K H S L
Decimal 70 237 178 0.70 0 0.25 0.07 158.8 0.82 0.6
Hex 46 ED B2 46 0 19 7 9F 52 3C
Octal 106 355 262 106 0 31 7 237 122 74
Binary 1000110 11101101 10110010 1000110 0 11001 111 10011111 1010010 111100

Color Harmonies of #46EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EDB2

Black with #46EDB2

Text Example


Text Example

White with #46EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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