#63CBDE

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

Shades of Turquoise Blue #63CBDE

Tints of Turquoise Blue #63CBDE

Color information

#63CBDE (or 0x63CBDE) is unknown color: approx Turquoise Blue. HEX triplet: 63, CB and DE. RGB value is (99,203,222). Sum of RGB (Red+Green+Blue) = 99+203+222=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #63CBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBDE is #9C3421. Grayscale: #ADADAD. Windows color (decimal): -10236962 or 14601059. OLE color: 14601059.

HSL color Cylindrical-coordinate representation of color #63CBDE: hue angle of 189.27º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63CBDE is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99203222-
CMYK0.550.0900.13
HSL189.27º65.08%62.94%-
HSV(B)189.27º55.41%87.06%-
XYZ39.6950.6476.79-
YUV174.07155.0474.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.89%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=18.89%
G=38.74%
B=42.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992032220.550.0900.13189.2765.0862.94
Hex63CBDE3790Dbd413f
Octal143313336671101527510177
Binary11000111100101111011110110111100101101101111011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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