Html Css Color HEX #46BDB9 Medium Turquoise

📋 copy color: '#46BDB9'

red 70 ◦ green 189 ◦ blue 185

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

Shades of Medium Turquoise #46BDB9

Tints of Medium Turquoise #46BDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.57%

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

R = 15.77%
G = 42.57%
B = 41.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#46BDB9 (or 0x46BDB9) is known color: Medium Turquoise. HEX triplet: 46, BD and B9. RGB value is (70,189,185). Sum of RGB (Red+Green+Blue) = 70+189+185=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #46BDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BDB9 is #B94246. Grayscale: #989898. Windows color (decimal): -12141127 or 12172614. OLE color: 12172614.

HSL color Cylindrical-coordinate representation of color #46BDB9: hue angle of 177.98º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BDB9 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 189 185 -
CMYK 0.63 0 0.02 0.26
HSL 177.98º 0.47% 0.51% -
HSV(B) 177.98º 0.63% 0.74% -
XYZ 29.48 41.2 52.3 -
YUV 152.96 146.08 68.83 -
System Red Green Blue C M Y K H S L
Decimal 70 189 185 0.63 0 0.02 0.26 177.98 0.47 0.51
Hex 46 BD B9 3F 0 2 1A B2 2F 33
Octal 106 275 271 77 0 2 32 262 57 63
Binary 1000110 10111101 10111001 111111 0 10 11010 10110010 101111 110011

Color Harmonies of #46BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BDB9

Black with #46BDB9

Text Example


Text Example

White with #46BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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