Html Css Color HEX #46FECE Turquoise

📋 copy color: '#46FECE'

red 70 ◦ green 254 ◦ blue 206

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

Shades of Turquoise #46FECE

Tints of Turquoise #46FECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.92%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 13.21%
G = 47.92%
B = 38.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#46FECE (or 0x46FECE) is known color: Turquoise. HEX triplet: 46, FE and CE. RGB value is (70,254,206). Sum of RGB (Red+Green+Blue) = 70+254+206=530 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.21% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #46FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FECE is #B90131. Grayscale: #C1C1C1. Windows color (decimal): -12124466 or 13565510. OLE color: 13565510.

HSL color Cylindrical-coordinate representation of color #46FECE: hue angle of 164.35º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FECE is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 254 206 -
CMYK 0.72 0 0.19 0.00
HSL 164.35º 0.99% 0.64% -
HSV(B) 164.35º 0.72% 1% -
XYZ 49.11 76.64 70.6 -
YUV 193.51 135.04 39.9 -
System Red Green Blue C M Y K H S L
Decimal 70 254 206 0.72 0 0.19 0.00 164.35 0.99 0.64
Hex 46 FE CE 48 0 13 0 A4 63 40
Octal 106 376 316 110 0 23 0 244 143 100
Binary 1000110 11111110 11001110 1001000 0 10011 0 10100100 1100011 1000000

Color Harmonies of #46FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FECE

Black with #46FECE

Text Example


Text Example

White with #46FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,254,206); }

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

background-color css

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

 a { background-color: rgb(70,254,206); }

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

border-color css

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

 span { border-color: rgb(70,254,206); }

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