#63CCE9

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

Shades of Turquoise Blue #63CCE9

Tints of Turquoise Blue #63CCE9

Color information

#63CCE9 (or 0x63CCE9) is unknown color: approx Turquoise Blue. HEX triplet: 63, CC and E9. RGB value is (99,204,233). Sum of RGB (Red+Green+Blue) = 99+204+233=536 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.47% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #63CCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CCE9 is #9C3316. Grayscale: #AFAFAF. Windows color (decimal): -10236695 or 15322211. OLE color: 15322211.

HSL color Cylindrical-coordinate representation of color #63CCE9: hue angle of 192.99º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63CCE9 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB99204233-
CMYK0.580.1200.09
HSL192.99º75.28%65.1%-
HSV(B)192.99º57.51%91.37%-
XYZ41.4551.7284.89-
YUV175.91160.2173.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.47%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 233 (91.41% from 255) = 43.47%
R=18.47%
G=38.06%
B=43.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal992042330.580.1200.09192.9975.2865.1
Hex63CCE93AC09c14b41
Octal1433143517214011301113101
Binary110001111001100111010011110101100010011100000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,204,233); }

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

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

 a { background-color: rgb(99,204,233); }

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

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

 span { border-color: rgb(99,204,233); }

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