Html Css Color HEX #46EFDC Turquoise

📋 copy color: '#46EFDC'

red 70 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #46EFDC

Tints of Turquoise #46EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.18%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 13.23%
G = 45.18%
B = 41.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#46EFDC (or 0x46EFDC) is known color: Turquoise. HEX triplet: 46, EF and DC. RGB value is (70,239,220). Sum of RGB (Red+Green+Blue) = 70+239+220=529 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.23% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #46EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EFDC is #B91023. Grayscale: #BABABA. Windows color (decimal): -12128292 or 14479174. OLE color: 14479174.

HSL color Cylindrical-coordinate representation of color #46EFDC: hue angle of 173.25º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EFDC is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 239 220 -
CMYK 0.71 0 0.08 0.06
HSL 173.25º 0.84% 0.61% -
HSV(B) 173.25º 0.71% 0.94% -
XYZ 46.31 68.2 78.43 -
YUV 186.3 147.01 45.04 -
System Red Green Blue C M Y K H S L
Decimal 70 239 220 0.71 0 0.08 0.06 173.25 0.84 0.61
Hex 46 EF DC 47 0 8 6 AD 54 3D
Octal 106 357 334 107 0 10 6 255 124 75
Binary 1000110 11101111 11011100 1000111 0 1000 110 10101101 1010100 111101

Color Harmonies of #46EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EFDC

Black with #46EFDC

Text Example


Text Example

White with #46EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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