Html Css Color HEX #46CFBC Medium Turquoise

📋 copy color: '#46CFBC'

red 70 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #46CFBC

Tints of Medium Turquoise #46CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 15.05%
G = 44.52%
B = 40.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#46CFBC (or 0x46CFBC) is known color: Medium Turquoise. HEX triplet: 46, CF and BC. RGB value is (70,207,188). Sum of RGB (Red+Green+Blue) = 70+207+188=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFBC is #B93043. Grayscale: #A3A3A3. Windows color (decimal): -12136516 or 12373830. OLE color: 12373830.

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

Color convert

RGB 70 207 188 -
CMYK 0.66 0 0.09 0.19
HSL 171.68º 0.59% 0.54% -
HSV(B) 171.68º 0.66% 0.81% -
XYZ 33.92 49.56 55.36 -
YUV 163.87 141.61 61.04 -
System Red Green Blue C M Y K H S L
Decimal 70 207 188 0.66 0 0.09 0.19 171.68 0.59 0.54
Hex 46 CF BC 42 0 9 13 AC 3B 36
Octal 106 317 274 102 0 11 23 254 73 66
Binary 1000110 11001111 10111100 1000010 0 1001 10011 10101100 111011 110110

Color Harmonies of #46CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CFBC

Black with #46CFBC

Text Example


Text Example

White with #46CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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