Html Css Color HEX #46CDCE Medium Turquoise

📋 copy color: '#46CDCE'

red 70 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #46CDCE

Tints of Medium Turquoise #46CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 14.55%
G = 42.62%
B = 42.83%

CMYK

 C value IS 0.66

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#46CDCE (or 0x46CDCE) is known color: Medium Turquoise. HEX triplet: 46, CD and CE. RGB value is (70,205,206). Sum of RGB (Red+Green+Blue) = 70+205+206=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #46CDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDCE is #B93231. Grayscale: #A4A4A4. Windows color (decimal): -12137010 or 13552966. OLE color: 13552966.

HSL color Cylindrical-coordinate representation of color #46CDCE: hue angle of 180.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CDCE is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 205 206 -
CMYK 0.66 0.00 0 0.19
HSL 180.44º 0.58% 0.54% -
HSV(B) 180.44º 0.66% 0.81% -
XYZ 35.5 49.42 66.06 -
YUV 164.75 151.27 60.42 -
System Red Green Blue C M Y K H S L
Decimal 70 205 206 0.66 0.00 0 0.19 180.44 0.58 0.54
Hex 46 CD CE 42 0 0 13 B4 3A 36
Octal 106 315 316 102 0 0 23 264 72 66
Binary 1000110 11001101 11001110 1000010 0 0 10011 10110100 111010 110110

Color Harmonies of #46CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CDCE

Black with #46CDCE

Text Example


Text Example

White with #46CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,205,206); }

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

background-color css

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

 a { background-color: rgb(70,205,206); }

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

border-color css

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

 span { border-color: rgb(70,205,206); }

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