#63CCD2

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

Shades of Turquoise Blue #63CCD2

Tints of Turquoise Blue #63CCD2

Color information

#63CCD2 (or 0x63CCD2) is unknown color: approx Turquoise Blue. HEX triplet: 63, CC and D2. RGB value is (99,204,210). Sum of RGB (Red+Green+Blue) = 99+204+210=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #63CCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCD2 is #9C332D. Grayscale: #ADADAD. Windows color (decimal): -10236718 or 13814883. OLE color: 13814883.

HSL color Cylindrical-coordinate representation of color #63CCD2: hue angle of 183.24º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63CCD2 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99204210-
CMYK0.530.0300.18
HSL183.24º55.22%60.59%-
HSV(B)183.24º52.86%82.35%-
XYZ38.3750.4968.7-
YUV173.29148.7175.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.30%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 210 (82.42% from 255) = 40.94%
R=19.30%
G=39.77%
B=40.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992042100.530.0300.18183.2455.2260.59
Hex63CCD2353012b7373d
Octal1433143226530222676775
Binary110001111001100110100101101011101001010110111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,204,210); }

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

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

 a { background-color: rgb(99,204,210); }

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

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

 span { border-color: rgb(99,204,210); }

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