Html Css Color HEX #46CDB9 Medium Turquoise

📋 copy color: '#46CDB9'

red 70 ◦ green 205 ◦ blue 185

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

Shades of Medium Turquoise #46CDB9

Tints of Medium Turquoise #46CDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 15.22%
G = 44.57%
B = 40.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#46CDB9 (or 0x46CDB9) is known color: Medium Turquoise. HEX triplet: 46, CD and B9. RGB value is (70,205,185). Sum of RGB (Red+Green+Blue) = 70+205+185=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDB9 is #B93246. Grayscale: #A2A2A2. Windows color (decimal): -12137031 or 12176710. OLE color: 12176710.

HSL color Cylindrical-coordinate representation of color #46CDB9: hue angle of 171.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CDB9 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 205 185 -
CMYK 0.66 0 0.10 0.20
HSL 171.11º 0.57% 0.54% -
HSV(B) 171.11º 0.66% 0.8% -
XYZ 33.11 48.47 53.51 -
YUV 162.36 140.77 62.13 -
System Red Green Blue C M Y K H S L
Decimal 70 205 185 0.66 0 0.10 0.20 171.11 0.57 0.54
Hex 46 CD B9 42 0 A 14 AB 39 36
Octal 106 315 271 102 0 12 24 253 71 66
Binary 1000110 11001101 10111001 1000010 0 1010 10100 10101011 111001 110110

Color Harmonies of #46CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CDB9

Black with #46CDB9

Text Example


Text Example

White with #46CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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