Html Css Color HEX #46CBCB Medium Turquoise

📋 copy color: '#46CBCB'

red 70 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #46CBCB

Tints of Medium Turquoise #46CBCB

RGB

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

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

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

R = 14.71%
G = 42.65%
B = 42.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#46CBCB (or 0x46CBCB) is known color: Medium Turquoise. HEX triplet: 46, CB and CB. RGB value is (70,203,203). Sum of RGB (Red+Green+Blue) = 70+203+203=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #46CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBCB is #B93434. Grayscale: #A3A3A3. Windows color (decimal): -12137525 or 13355846. OLE color: 13355846.

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

Color convert

RGB 70 203 203 -
CMYK 0.66 0 0 0.20
HSL 180º 0.56% 0.54% -
HSV(B) 180º 0.66% 0.8% -
XYZ 34.66 48.33 64 -
YUV 163.23 150.44 61.5 -
System Red Green Blue C M Y K H S L
Decimal 70 203 203 0.66 0 0 0.20 180 0.56 0.54
Hex 46 CB CB 42 0 0 14 B4 38 36
Octal 106 313 313 102 0 0 24 264 70 66
Binary 1000110 11001011 11001011 1000010 0 0 10100 10110100 111000 110110

Color Harmonies of #46CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CBCB

Black with #46CBCB

Text Example


Text Example

White with #46CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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