Html Css Color HEX #46F9DF Turquoise

📋 copy color: '#46F9DF'

red 70 ◦ green 249 ◦ blue 223

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

Shades of Turquoise #46F9DF

Tints of Turquoise #46F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.94%

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 12.92%
G = 45.94%
B = 41.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#46F9DF (or 0x46F9DF) is known color: Turquoise. HEX triplet: 46, F9 and DF. RGB value is (70,249,223). Sum of RGB (Red+Green+Blue) = 70+249+223=542 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.92% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #46F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F9DF is #B90620. Grayscale: #C0C0C0. Windows color (decimal): -12125729 or 14678342. OLE color: 14678342.

HSL color Cylindrical-coordinate representation of color #46F9DF: hue angle of 171.28º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F9DF is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 249 223 -
CMYK 0.72 0 0.10 0.02
HSL 171.28º 0.94% 0.63% -
HSV(B) 171.28º 0.72% 0.98% -
XYZ 49.72 74.38 81.55 -
YUV 192.52 145.2 40.61 -
System Red Green Blue C M Y K H S L
Decimal 70 249 223 0.72 0 0.10 0.02 171.28 0.94 0.63
Hex 46 F9 DF 48 0 A 2 AB 5E 3F
Octal 106 371 337 110 0 12 2 253 136 77
Binary 1000110 11111001 11011111 1001000 0 1010 10 10101011 1011110 111111

Color Harmonies of #46F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F9DF

Black with #46F9DF

Text Example


Text Example

White with #46F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,249,223); }

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

background-color css

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

 a { background-color: rgb(70,249,223); }

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

border-color css

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

 span { border-color: rgb(70,249,223); }

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