#63CADF

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

Shades of Turquoise Blue #63CADF

Tints of Turquoise Blue #63CADF

Color information

#63CADF (or 0x63CADF) is unknown color: approx Turquoise Blue. HEX triplet: 63, CA and DF. RGB value is (99,202,223). Sum of RGB (Red+Green+Blue) = 99+202+223=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #63CADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CADF is #9C3520. Grayscale: #ADADAD. Windows color (decimal): -10237217 or 14666339. OLE color: 14666339.

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

Color convert

RGB99202223-
CMYK0.560.0900.13
HSL190.16º65.96%63.14%-
HSV(B)190.16º55.61%87.45%-
XYZ39.5950.2277.42-
YUV173.6155.8874.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.89%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=18.89%
G=38.55%
B=42.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992022230.560.0900.13190.1665.9663.14
Hex63CADF3890Dbe423f
Octal143312337701101527610277
Binary11000111100101011011111111000100101101101111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,202,223); }

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

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

 a { background-color: rgb(99,202,223); }

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

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

 span { border-color: rgb(99,202,223); }

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