Html Css Color HEX #46CBBE Medium Turquoise

📋 copy color: '#46CBBE'

red 70 ◦ green 203 ◦ blue 190

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

Shades of Medium Turquoise #46CBBE

Tints of Medium Turquoise #46CBBE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

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

R = 15.12%
G = 43.84%
B = 41.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#46CBBE (or 0x46CBBE) is known color: Medium Turquoise. HEX triplet: 46, CB and BE. RGB value is (70,203,190). Sum of RGB (Red+Green+Blue) = 70+203+190=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #46CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBBE is #B93441. Grayscale: #A1A1A1. Windows color (decimal): -12137538 or 12503878. OLE color: 12503878.

HSL color Cylindrical-coordinate representation of color #46CBBE: hue angle of 174.14º degrees, saturation: 0.56, 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 #46CBBE is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 203 190 -
CMYK 0.66 0 0.06 0.20
HSL 174.14º 0.56% 0.54% -
HSV(B) 174.14º 0.66% 0.8% -
XYZ 33.18 47.73 56.18 -
YUV 161.75 143.94 62.56 -
System Red Green Blue C M Y K H S L
Decimal 70 203 190 0.66 0 0.06 0.20 174.14 0.56 0.54
Hex 46 CB BE 42 0 6 14 AE 38 36
Octal 106 313 276 102 0 6 24 256 70 66
Binary 1000110 11001011 10111110 1000010 0 110 10100 10101110 111000 110110

Color Harmonies of #46CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CBBE

Black with #46CBBE

Text Example


Text Example

White with #46CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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