Html Css Color HEX #46E9CB Turquoise

📋 copy color: '#46E9CB'

red 70 ◦ green 233 ◦ blue 203

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

Shades of Turquoise #46E9CB

Tints of Turquoise #46E9CB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.05%

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

R = 13.83%
G = 46.05%
B = 40.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#46E9CB (or 0x46E9CB) is known color: Turquoise. HEX triplet: 46, E9 and CB. RGB value is (70,233,203). Sum of RGB (Red+Green+Blue) = 70+233+203=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #46E9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E9CB is #B91634. Grayscale: #B4B4B4. Windows color (decimal): -12129845 or 13363526. OLE color: 13363526.

HSL color Cylindrical-coordinate representation of color #46E9CB: hue angle of 168.96º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E9CB is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 233 203 -
CMYK 0.70 0 0.13 0.09
HSL 168.96º 0.79% 0.59% -
HSV(B) 168.96º 0.7% 0.91% -
XYZ 42.44 63.89 66.6 -
YUV 180.84 140.5 48.94 -
System Red Green Blue C M Y K H S L
Decimal 70 233 203 0.70 0 0.13 0.09 168.96 0.79 0.59
Hex 46 E9 CB 46 0 D 9 A9 4F 3B
Octal 106 351 313 106 0 15 11 251 117 73
Binary 1000110 11101001 11001011 1000110 0 1101 1001 10101001 1001111 111011

Color Harmonies of #46E9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E9CB

Black with #46E9CB

Text Example


Text Example

White with #46E9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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