Html Css Color HEX #46CCBE Medium Turquoise

📋 copy color: '#46CCBE'

red 70 ◦ green 204 ◦ blue 190

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

Shades of Medium Turquoise #46CCBE

Tints of Medium Turquoise #46CCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 15.09%
G = 43.97%
B = 40.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#46CCBE (or 0x46CCBE) is known color: Medium Turquoise. HEX triplet: 46, CC and BE. RGB value is (70,204,190). Sum of RGB (Red+Green+Blue) = 70+204+190=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCBE is #B93341. Grayscale: #A2A2A2. Windows color (decimal): -12137282 or 12504134. OLE color: 12504134.

HSL color Cylindrical-coordinate representation of color #46CCBE: hue angle of 173.73º 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 #46CCBE is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 204 190 -
CMYK 0.66 0 0.07 0.2
HSL 173.73º 0.57% 0.54% -
HSV(B) 173.73º 0.66% 0.8% -
XYZ 33.41 48.21 56.26 -
YUV 162.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 70 204 190 0.66 0 0.07 0.2 173.73 0.57 0.54
Hex 46 CC BE 42 0 7 14 AE 39 36
Octal 106 314 276 102 0 7 24 256 71 66
Binary 1000110 11001100 10111110 1000010 0 111 10100 10101110 111001 110110

Color Harmonies of #46CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CCBE

Black with #46CCBE

Text Example


Text Example

White with #46CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,204,190); }

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

background-color css

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

 a { background-color: rgb(70,204,190); }

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

border-color css

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

 span { border-color: rgb(70,204,190); }

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