Html Css Color HEX #46F9DD Turquoise

📋 copy color: '#46F9DD'

red 70 ◦ green 249 ◦ blue 221

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

Shades of Turquoise #46F9DD

Tints of Turquoise #46F9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 12.96%
G = 46.11%
B = 40.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#46F9DD (or 0x46F9DD) is known color: Turquoise. HEX triplet: 46, F9 and DD. RGB value is (70,249,221). Sum of RGB (Red+Green+Blue) = 70+249+221=540 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.96% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #46F9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F9DD is #B90622. Grayscale: #C0C0C0. Windows color (decimal): -12125731 or 14547270. OLE color: 14547270.

HSL color Cylindrical-coordinate representation of color #46F9DD: hue angle of 170.61º 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 #46F9DD is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 249 221 -
CMYK 0.72 0 0.11 0.02
HSL 170.61º 0.94% 0.63% -
HSV(B) 170.61º 0.72% 0.98% -
XYZ 49.45 74.27 80.14 -
YUV 192.29 144.2 40.78 -
System Red Green Blue C M Y K H S L
Decimal 70 249 221 0.72 0 0.11 0.02 170.61 0.94 0.63
Hex 46 F9 DD 48 0 B 2 AB 5E 3F
Octal 106 371 335 110 0 13 2 253 136 77
Binary 1000110 11111001 11011101 1001000 0 1011 10 10101011 1011110 111111

Color Harmonies of #46F9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F9DD

Black with #46F9DD

Text Example


Text Example

White with #46F9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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