Html Css Color HEX #46DBCB Turquoise

📋 copy color: '#46DBCB'

red 70 ◦ green 219 ◦ blue 203

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

Shades of Turquoise #46DBCB

Tints of Turquoise #46DBCB

RGB

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

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

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

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

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #46DBCB: hue angle of 173.56º 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 #46DBCB is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 219 203 -
CMYK 0.68 0 0.07 0.14
HSL 173.56º 0.67% 0.57% -
HSV(B) 173.56º 0.68% 0.86% -
XYZ 38.64 56.28 65.33 -
YUV 172.63 145.14 54.8 -
System Red Green Blue C M Y K H S L
Decimal 70 219 203 0.68 0 0.07 0.14 173.56 0.67 0.57
Hex 46 DB CB 44 0 7 E AE 43 39
Octal 106 333 313 104 0 7 16 256 103 71
Binary 1000110 11011011 11001011 1000100 0 111 1110 10101110 1000011 111001

Color Harmonies of #46DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBCB

Black with #46DBCB

Text Example


Text Example

White with #46DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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