Html Css Color HEX #46FDCE Turquoise

📋 copy color: '#46FDCE'

red 70 ◦ green 253 ◦ blue 206

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

Shades of Turquoise #46FDCE

Tints of Turquoise #46FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.83%

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

R = 13.23%
G = 47.83%
B = 38.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#46FDCE (or 0x46FDCE) is known color: Turquoise. HEX triplet: 46, FD and CE. RGB value is (70,253,206). Sum of RGB (Red+Green+Blue) = 70+253+206=529 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.23% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #46FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FDCE is #B90231. Grayscale: #C0C0C0. Windows color (decimal): -12124722 or 13565254. OLE color: 13565254.

HSL color Cylindrical-coordinate representation of color #46FDCE: hue angle of 164.59º degrees, saturation: 0.98, 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 #46FDCE is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 253 206 -
CMYK 0.72 0 0.19 0.01
HSL 164.59º 0.98% 0.63% -
HSV(B) 164.59º 0.72% 0.99% -
XYZ 48.79 76.01 70.49 -
YUV 192.93 135.37 40.32 -
System Red Green Blue C M Y K H S L
Decimal 70 253 206 0.72 0 0.19 0.01 164.59 0.98 0.63
Hex 46 FD CE 48 0 13 1 A5 62 3F
Octal 106 375 316 110 0 23 1 245 142 77
Binary 1000110 11111101 11001110 1001000 0 10011 1 10100101 1100010 111111

Color Harmonies of #46FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FDCE

Black with #46FDCE

Text Example


Text Example

White with #46FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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