Html Css Color HEX #46CABF Medium Turquoise

📋 copy color: '#46CABF'

red 70 ◦ green 202 ◦ blue 191

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

Shades of Medium Turquoise #46CABF

Tints of Medium Turquoise #46CABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.25%

R = 15.12%
G = 43.63%
B = 41.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#46CABF (or 0x46CABF) is known color: Medium Turquoise. HEX triplet: 46, CA and BF. RGB value is (70,202,191). Sum of RGB (Red+Green+Blue) = 70+202+191=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #46CABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CABF is #B93540. Grayscale: #A1A1A1. Windows color (decimal): -12137793 or 12569158. OLE color: 12569158.

HSL color Cylindrical-coordinate representation of color #46CABF: hue angle of 175º 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 #46CABF is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 202 191 -
CMYK 0.65 0 0.05 0.21
HSL 175º 0.55% 0.53% -
HSV(B) 175º 0.65% 0.79% -
XYZ 33.05 47.3 56.68 -
YUV 161.28 144.77 62.89 -
System Red Green Blue C M Y K H S L
Decimal 70 202 191 0.65 0 0.05 0.21 175 0.55 0.53
Hex 46 CA BF 41 0 5 15 AF 37 35
Octal 106 312 277 101 0 5 25 257 67 65
Binary 1000110 11001010 10111111 1000001 0 101 10101 10101111 110111 110101

Color Harmonies of #46CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CABF

Black with #46CABF

Text Example


Text Example

White with #46CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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