Html Css Color HEX #46FCE7 Turquoise

📋 copy color: '#46FCE7'

red 70 ◦ green 252 ◦ blue 231

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

Shades of Turquoise #46FCE7

Tints of Turquoise #46FCE7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 12.66%
G = 45.57%
B = 41.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#46FCE7 (or 0x46FCE7) is known color: Turquoise. HEX triplet: 46, FC and E7. RGB value is (70,252,231). Sum of RGB (Red+Green+Blue) = 70+252+231=553 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.66% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FCE7 is #B90318. Grayscale: #C3C3C3. Windows color (decimal): -12124953 or 15203398. OLE color: 15203398.

HSL color Cylindrical-coordinate representation of color #46FCE7: hue angle of 173.08º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FCE7 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 252 231 -
CMYK 0.72 0 0.08 0.01
HSL 173.08º 0.97% 0.63% -
HSV(B) 173.08º 0.72% 0.99% -
XYZ 51.76 76.69 87.68 -
YUV 195.19 148.2 38.71 -
System Red Green Blue C M Y K H S L
Decimal 70 252 231 0.72 0 0.08 0.01 173.08 0.97 0.63
Hex 46 FC E7 48 0 8 1 AD 61 3F
Octal 106 374 347 110 0 10 1 255 141 77
Binary 1000110 11111100 11100111 1001000 0 1000 1 10101101 1100001 111111

Color Harmonies of #46FCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FCE7

Black with #46FCE7

Text Example


Text Example

White with #46FCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,252,231); }

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

background-color css

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

 a { background-color: rgb(70,252,231); }

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

border-color css

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

 span { border-color: rgb(70,252,231); }

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