Html Css Color HEX #46DFD1 Turquoise

📋 copy color: '#46DFD1'

red 70 ◦ green 223 ◦ blue 209

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

Shades of Turquoise #46DFD1

Tints of Turquoise #46DFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.42%

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 13.94%
G = 44.42%
B = 41.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#46DFD1 (or 0x46DFD1) is known color: Turquoise. HEX triplet: 46, DF and D1. RGB value is (70,223,209). Sum of RGB (Red+Green+Blue) = 70+223+209=502 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.94% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #46DFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DFD1 is #B9202E. Grayscale: #AFAFAF. Windows color (decimal): -12132399 or 13754182. OLE color: 13754182.

HSL color Cylindrical-coordinate representation of color #46DFD1: hue angle of 174.51º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DFD1 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 223 209 -
CMYK 0.69 0 0.06 0.13
HSL 174.51º 0.71% 0.57% -
HSV(B) 174.51º 0.69% 0.87% -
XYZ 40.42 58.68 69.52 -
YUV 175.66 146.81 52.64 -
System Red Green Blue C M Y K H S L
Decimal 70 223 209 0.69 0 0.06 0.13 174.51 0.71 0.57
Hex 46 DF D1 45 0 6 D AF 47 39
Octal 106 337 321 105 0 6 15 257 107 71
Binary 1000110 11011111 11010001 1000101 0 110 1101 10101111 1000111 111001

Color Harmonies of #46DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DFD1

Black with #46DFD1

Text Example


Text Example

White with #46DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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