Html Css Color HEX #46CBDB Medium Turquoise

📋 copy color: '#46CBDB'

red 70 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #46CBDB

Tints of Medium Turquoise #46CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 14.23%
G = 41.26%
B = 44.51%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46CBDB (or 0x46CBDB) is known color: Medium Turquoise. HEX triplet: 46, CB and DB. RGB value is (70,203,219). Sum of RGB (Red+Green+Blue) = 70+203+219=492 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.23% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #46CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBDB is #B93424. Grayscale: #A4A4A4. Windows color (decimal): -12137509 or 14404422. OLE color: 14404422.

HSL color Cylindrical-coordinate representation of color #46CBDB: hue angle of 186.44º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CBDB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 203 219 -
CMYK 0.68 0.07 0 0.14
HSL 186.44º 0.67% 0.57% -
HSV(B) 186.44º 0.68% 0.86% -
XYZ 36.67 49.13 74.57 -
YUV 165.06 158.44 60.2 -
System Red Green Blue C M Y K H S L
Decimal 70 203 219 0.68 0.07 0 0.14 186.44 0.67 0.57
Hex 46 CB DB 44 7 0 E BA 43 39
Octal 106 313 333 104 7 0 16 272 103 71
Binary 1000110 11001011 11011011 1000100 111 0 1110 10111010 1000011 111001

Color Harmonies of #46CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CBDB

Black with #46CBDB

Text Example


Text Example

White with #46CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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