Html Css Color HEX #46CFBE Medium Turquoise

📋 copy color: '#46CFBE'

red 70 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #46CFBE

Tints of Medium Turquoise #46CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.33%

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

R = 14.99%
G = 44.33%
B = 40.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#46CFBE (or 0x46CFBE) is known color: Medium Turquoise. HEX triplet: 46, CF and BE. RGB value is (70,207,190). Sum of RGB (Red+Green+Blue) = 70+207+190=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFBE is #B93041. Grayscale: #A4A4A4. Windows color (decimal): -12136514 or 12504902. OLE color: 12504902.

HSL color Cylindrical-coordinate representation of color #46CFBE: hue angle of 172.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CFBE is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 207 190 -
CMYK 0.66 0 0.08 0.19
HSL 172.55º 0.59% 0.54% -
HSV(B) 172.55º 0.66% 0.81% -
XYZ 34.13 49.65 56.5 -
YUV 164.1 142.61 60.88 -
System Red Green Blue C M Y K H S L
Decimal 70 207 190 0.66 0 0.08 0.19 172.55 0.59 0.54
Hex 46 CF BE 42 0 8 13 AD 3B 36
Octal 106 317 276 102 0 10 23 255 73 66
Binary 1000110 11001111 10111110 1000010 0 1000 10011 10101101 111011 110110

Color Harmonies of #46CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CFBE

Black with #46CFBE

Text Example


Text Example

White with #46CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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