Html Css Color HEX #46CBCC Medium Turquoise

📋 copy color: '#46CBCC'

red 70 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #46CBCC

Tints of Medium Turquoise #46CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 14.68%
G = 42.56%
B = 42.77%

CMYK

 C value IS 0.66

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#46CBCC (or 0x46CBCC) is known color: Medium Turquoise. HEX triplet: 46, CB and CC. RGB value is (70,203,204). Sum of RGB (Red+Green+Blue) = 70+203+204=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #46CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBCC is #B93433. Grayscale: #A3A3A3. Windows color (decimal): -12137524 or 13421382. OLE color: 13421382.

HSL color Cylindrical-coordinate representation of color #46CBCC: hue angle of 180.45º degrees, saturation: 0.57, 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 #46CBCC is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 203 204 -
CMYK 0.66 0.00 0 0.2
HSL 180.45º 0.57% 0.54% -
HSV(B) 180.45º 0.66% 0.8% -
XYZ 34.78 48.37 64.63 -
YUV 163.35 150.94 61.42 -
System Red Green Blue C M Y K H S L
Decimal 70 203 204 0.66 0.00 0 0.2 180.45 0.57 0.54
Hex 46 CB CC 42 0 0 14 B4 39 36
Octal 106 313 314 102 0 0 24 264 71 66
Binary 1000110 11001011 11001100 1000010 0 0 10100 10110100 111001 110110

Color Harmonies of #46CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CBCC

Black with #46CBCC

Text Example


Text Example

White with #46CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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