#63CBDF

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

Shades of Turquoise Blue #63CBDF

Tints of Turquoise Blue #63CBDF

Color information

#63CBDF (or 0x63CBDF) is unknown color: approx Turquoise Blue. HEX triplet: 63, CB and DF. RGB value is (99,203,223). Sum of RGB (Red+Green+Blue) = 99+203+223=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #63CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBDF is #9C3420. Grayscale: #AEAEAE. Windows color (decimal): -10236961 or 14666595. OLE color: 14666595.

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

Color convert

RGB99203223-
CMYK0.560.0900.13
HSL189.68º65.96%63.14%-
HSV(B)189.68º55.61%87.45%-
XYZ39.8250.6977.5-
YUV174.18155.5474.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.86%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=18.86%
G=38.67%
B=42.48%

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
Decimal992032230.560.0900.13189.6865.9663.14
Hex63CBDF3890Dbe423f
Octal143313337701101527610277
Binary11000111100101111011111111000100101101101111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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