Html Css Color HEX #46CBE5 Medium Turquoise

📋 copy color: '#46CBE5'

red 70 ◦ green 203 ◦ blue 229

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

Shades of Medium Turquoise #46CBE5

Tints of Medium Turquoise #46CBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 13.94%
G = 40.44%
B = 45.62%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#46CBE5 (or 0x46CBE5) is known color: Medium Turquoise. HEX triplet: 46, CB and E5. RGB value is (70,203,229). Sum of RGB (Red+Green+Blue) = 70+203+229=502 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.94% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #46CBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBE5 is #B9341A. Grayscale: #A5A5A5. Windows color (decimal): -12137499 or 15059782. OLE color: 15059782.

HSL color Cylindrical-coordinate representation of color #46CBE5: hue angle of 189.81º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46CBE5 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 203 229 -
CMYK 0.69 0.11 0 0.10
HSL 189.81º 0.75% 0.59% -
HSV(B) 189.81º 0.69% 0.9% -
XYZ 38.02 49.67 81.71 -
YUV 166.2 163.44 59.39 -
System Red Green Blue C M Y K H S L
Decimal 70 203 229 0.69 0.11 0 0.10 189.81 0.75 0.59
Hex 46 CB E5 45 B 0 A BE 4B 3B
Octal 106 313 345 105 13 0 12 276 113 73
Binary 1000110 11001011 11100101 1000101 1011 0 1010 10111110 1001011 111011

Color Harmonies of #46CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CBE5

Black with #46CBE5

Text Example


Text Example

White with #46CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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