Html Css Color HEX #46C4CB Medium Turquoise

📋 copy color: '#46C4CB'

red 70 ◦ green 196 ◦ blue 203

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

Shades of Medium Turquoise #46C4CB

Tints of Medium Turquoise #46C4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.79%

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 14.93%
G = 41.79%
B = 43.28%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#46C4CB (or 0x46C4CB) is known color: Medium Turquoise. HEX triplet: 46, C4 and CB. RGB value is (70,196,203). Sum of RGB (Red+Green+Blue) = 70+196+203=469 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.93% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #46C4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C4CB is #B93B34. Grayscale: #9E9E9E. Windows color (decimal): -12139317 or 13354054. OLE color: 13354054.

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

Color convert

RGB 70 196 203 -
CMYK 0.66 0.03 0 0.20
HSL 183.16º 0.56% 0.54% -
HSV(B) 183.16º 0.66% 0.8% -
XYZ 33.05 45.09 63.46 -
YUV 159.12 152.76 64.43 -
System Red Green Blue C M Y K H S L
Decimal 70 196 203 0.66 0.03 0 0.20 183.16 0.56 0.54
Hex 46 C4 CB 42 3 0 14 B7 38 36
Octal 106 304 313 102 3 0 24 267 70 66
Binary 1000110 11000100 11001011 1000010 11 0 10100 10110111 111000 110110

Color Harmonies of #46C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C4CB

Black with #46C4CB

Text Example


Text Example

White with #46C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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