Html Css Color HEX #46EAC3 Turquoise

📋 copy color: '#46EAC3'

red 70 ◦ green 234 ◦ blue 195

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

Shades of Turquoise #46EAC3

Tints of Turquoise #46EAC3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.89%

 BLUE value IS 195 (76.56% from 255) = 39.08%

R = 14.03%
G = 46.89%
B = 39.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#46EAC3 (or 0x46EAC3) is known color: Turquoise. HEX triplet: 46, EA and C3. RGB value is (70,234,195). Sum of RGB (Red+Green+Blue) = 70+234+195=499 (66% of max value = 765). Red value is 70 (27.73% from 255 or 14.03% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #46EAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EAC3 is #B9153C. Grayscale: #B4B4B4. Windows color (decimal): -12129597 or 12839494. OLE color: 12839494.

HSL color Cylindrical-coordinate representation of color #46EAC3: hue angle of 165.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EAC3 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 234 195 -
CMYK 0.70 0 0.17 0.08
HSL 165.73º 0.8% 0.6% -
HSV(B) 165.73º 0.7% 0.92% -
XYZ 41.8 64.09 61.8 -
YUV 180.52 136.17 49.17 -
System Red Green Blue C M Y K H S L
Decimal 70 234 195 0.70 0 0.17 0.08 165.73 0.8 0.6
Hex 46 EA C3 46 0 11 8 A6 50 3C
Octal 106 352 303 106 0 21 10 246 120 74
Binary 1000110 11101010 11000011 1000110 0 10001 1000 10100110 1010000 111100

Color Harmonies of #46EAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EAC3

Black with #46EAC3

Text Example


Text Example

White with #46EAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,234,195); }

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

background-color css

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

 a { background-color: rgb(70,234,195); }

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

border-color css

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

 span { border-color: rgb(70,234,195); }

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