Html Css Color HEX #46DCC0 Turquoise

📋 copy color: '#46DCC0'

red 70 ◦ green 220 ◦ blue 192

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

Shades of Turquoise #46DCC0

Tints of Turquoise #46DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 14.52%
G = 45.64%
B = 39.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#46DCC0 (or 0x46DCC0) is known color: Turquoise. HEX triplet: 46, DC and C0. RGB value is (70,220,192). Sum of RGB (Red+Green+Blue) = 70+220+192=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #46DCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DCC0 is #B9233F. Grayscale: #ABABAB. Windows color (decimal): -12133184 or 12639302. OLE color: 12639302.

HSL color Cylindrical-coordinate representation of color #46DCC0: hue angle of 168.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DCC0 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 220 192 -
CMYK 0.68 0 0.13 0.14
HSL 168.8º 0.68% 0.57% -
HSV(B) 168.8º 0.68% 0.86% -
XYZ 37.63 56.29 58.75 -
YUV 171.96 139.31 55.28 -
System Red Green Blue C M Y K H S L
Decimal 70 220 192 0.68 0 0.13 0.14 168.8 0.68 0.57
Hex 46 DC C0 44 0 D E A9 44 39
Octal 106 334 300 104 0 15 16 251 104 71
Binary 1000110 11011100 11000000 1000100 0 1101 1110 10101001 1000100 111001

Color Harmonies of #46DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DCC0

Black with #46DCC0

Text Example


Text Example

White with #46DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,220,192); }

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

background-color css

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

 a { background-color: rgb(70,220,192); }

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

border-color css

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

 span { border-color: rgb(70,220,192); }

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