Html Css Color HEX #46CABE Medium Turquoise

📋 copy color: '#46CABE'

red 70 ◦ green 202 ◦ blue 190

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

Shades of Medium Turquoise #46CABE

Tints of Medium Turquoise #46CABE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.72%

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

R = 15.15%
G = 43.72%
B = 41.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#46CABE (or 0x46CABE) is known color: Medium Turquoise. HEX triplet: 46, CA and BE. RGB value is (70,202,190). Sum of RGB (Red+Green+Blue) = 70+202+190=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #46CABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CABE is #B93541. Grayscale: #A1A1A1. Windows color (decimal): -12137794 or 12503622. OLE color: 12503622.

HSL color Cylindrical-coordinate representation of color #46CABE: hue angle of 174.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CABE is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 202 190 -
CMYK 0.65 0 0.06 0.21
HSL 174.55º 0.55% 0.53% -
HSV(B) 174.55º 0.65% 0.79% -
XYZ 32.94 47.26 56.1 -
YUV 161.16 144.27 62.98 -
System Red Green Blue C M Y K H S L
Decimal 70 202 190 0.65 0 0.06 0.21 174.55 0.55 0.53
Hex 46 CA BE 41 0 6 15 AF 37 35
Octal 106 312 276 101 0 6 25 257 67 65
Binary 1000110 11001010 10111110 1000001 0 110 10101 10101111 110111 110101

Color Harmonies of #46CABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CABE

Black with #46CABE

Text Example


Text Example

White with #46CABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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