#63CBE9

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

Shades of Turquoise Blue #63CBE9

Tints of Turquoise Blue #63CBE9

Color information

#63CBE9 (or 0x63CBE9) is unknown color: approx Turquoise Blue. HEX triplet: 63, CB and E9. RGB value is (99,203,233). Sum of RGB (Red+Green+Blue) = 99+203+233=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #63CBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CBE9 is #9C3416. Grayscale: #AFAFAF. Windows color (decimal): -10236951 or 15321955. OLE color: 15321955.

HSL color Cylindrical-coordinate representation of color #63CBE9: hue angle of 193.43º 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 #63CBE9 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB99203233-
CMYK0.580.1300.09
HSL193.43º75.28%65.1%-
HSV(B)193.43º57.51%91.37%-
XYZ41.2151.2584.81-
YUV175.32160.5473.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.50%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=18.50%
G=37.94%
B=43.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal992032330.580.1300.09193.4375.2865.1
Hex63CBE93AD09c14b41
Octal1433133517215011301113101
Binary110001111001011111010011110101101010011100000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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