#63D8DE

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

Shades of Turquoise Blue #63D8DE

Tints of Turquoise Blue #63D8DE

Color information

#63D8DE (or 0x63D8DE) is unknown color: approx Turquoise Blue. HEX triplet: 63, D8 and DE. RGB value is (99,216,222). Sum of RGB (Red+Green+Blue) = 99+216+222=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #63D8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D8DE is #9C2721. Grayscale: #B5B5B5. Windows color (decimal): -10233634 or 14604387. OLE color: 14604387.

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

Color convert

RGB99216222-
CMYK0.550.0300.13
HSL182.93º65.08%62.94%-
HSV(B)182.93º55.41%87.06%-
XYZ42.8957.0477.86-
YUV181.7150.7469.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.44%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=18.44%
G=40.22%
B=41.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992162220.550.0300.13182.9365.0862.94
Hex63D8DE3730Db7413f
Octal14333033667301526710177
Binary110001111011000110111101101111101101101101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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