Html Css Color HEX #46CEEB Medium Turquoise

📋 copy color: '#46CEEB'

red 70 ◦ green 206 ◦ blue 235

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

Shades of Medium Turquoise #46CEEB

Tints of Medium Turquoise #46CEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.31%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 13.7%
G = 40.31%
B = 45.99%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#46CEEB (or 0x46CEEB) is known color: Medium Turquoise. HEX triplet: 46, CE and EB. RGB value is (70,206,235). Sum of RGB (Red+Green+Blue) = 70+206+235=511 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.70% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #46CEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CEEB is #B93114. Grayscale: #A8A8A8. Windows color (decimal): -12136725 or 15453766. OLE color: 15453766.

HSL color Cylindrical-coordinate representation of color #46CEEB: hue angle of 190.55º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46CEEB is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 206 235 -
CMYK 0.70 0.12 0 0.08
HSL 190.55º 0.8% 0.6% -
HSV(B) 190.55º 0.7% 0.92% -
XYZ 39.59 51.44 86.44 -
YUV 168.64 165.44 57.64 -
System Red Green Blue C M Y K H S L
Decimal 70 206 235 0.70 0.12 0 0.08 190.55 0.8 0.6
Hex 46 CE EB 46 C 0 8 BF 50 3C
Octal 106 316 353 106 14 0 10 277 120 74
Binary 1000110 11001110 11101011 1000110 1100 0 1000 10111111 1010000 111100

Color Harmonies of #46CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CEEB

Black with #46CEEB

Text Example


Text Example

White with #46CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,206,235); }

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

background-color css

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

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

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

border-color css

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

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

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