#63CEE6

Color #63CEE6 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #63CEE6

Tints of Turquoise Blue #63CEE6

Color information

#63CEE6 (or 0x63CEE6) is unknown color: approx Turquoise Blue. HEX triplet: 63, CE and E6. RGB value is (99,206,230). Sum of RGB (Red+Green+Blue) = 99+206+230=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #63CEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CEE6 is #9C3119. Grayscale: #B0B0B0. Windows color (decimal): -10236186 or 15126115. OLE color: 15126115.

HSL color Cylindrical-coordinate representation of color #63CEE6: hue angle of 190.99º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63CEE6 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB99206230-
CMYK0.570.1000.10
HSL190.99º72.38%64.51%-
HSV(B)190.99º56.96%90.2%-
XYZ41.552.5182.81-
YUV176.74158.0572.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.50%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=18.50%
G=38.50%
B=42.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal992062300.570.1000.10190.9972.3864.51
Hex63CEE639A0Abf4841
Octal1433163467112012277110101
Binary110001111001110111001101110011010010101011111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63CEE6; }

 p { color: rgb(99,206,230); }

 H1.HeaderClassName
 {
   color: #63CEE6;
 }
 .AnyTagClassName
 {
   color: #63CEE6;
 }
</style>
background-color css

<style>
 a { background-color: #63CEE6; }

 a { background-color: rgb(99,206,230); }

 div.DivClassName
 {
   background-color: #63CEE6;
 }
 .BgClassName
 {
   background-color: #63CEE6;
 }
</style>
border-color css

<style>
 span { border-color: #63CEE6; }

 span { border-color: rgb(99,206,230); }

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