Html Css Color HEX #46DFB7 Turquoise

📋 copy color: '#46DFB7'

red 70 ◦ green 223 ◦ blue 183

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

Shades of Turquoise #46DFB7

Tints of Turquoise #46DFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.45%

R = 14.71%
G = 46.85%
B = 38.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#46DFB7 (or 0x46DFB7) is known color: Turquoise. HEX triplet: 46, DF and B7. RGB value is (70,223,183). Sum of RGB (Red+Green+Blue) = 70+223+183=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #46DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DFB7 is #B92048. Grayscale: #ACACAC. Windows color (decimal): -12132425 or 12050246. OLE color: 12050246.

HSL color Cylindrical-coordinate representation of color #46DFB7: hue angle of 164.31º 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 #46DFB7 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 223 183 -
CMYK 0.69 0 0.18 0.13
HSL 164.31º 0.71% 0.57% -
HSV(B) 164.31º 0.69% 0.87% -
XYZ 37.46 57.5 53.92 -
YUV 172.69 133.81 54.75 -
System Red Green Blue C M Y K H S L
Decimal 70 223 183 0.69 0 0.18 0.13 164.31 0.71 0.57
Hex 46 DF B7 45 0 12 D A4 47 39
Octal 106 337 267 105 0 22 15 244 107 71
Binary 1000110 11011111 10110111 1000101 0 10010 1101 10100100 1000111 111001

Color Harmonies of #46DFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DFB7

Black with #46DFB7

Text Example


Text Example

White with #46DFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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