#63CBDA

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

Shades of Turquoise Blue #63CBDA

Tints of Turquoise Blue #63CBDA

Color information

#63CBDA (or 0x63CBDA) is unknown color: approx Turquoise Blue. HEX triplet: 63, CB and DA. RGB value is (99,203,218). Sum of RGB (Red+Green+Blue) = 99+203+218=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #63CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBDA is #9C3425. Grayscale: #ADADAD. Windows color (decimal): -10236966 or 14338915. OLE color: 14338915.

HSL color Cylindrical-coordinate representation of color #63CBDA: hue angle of 187.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63CBDA is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99203218-
CMYK0.550.0700.15
HSL187.56º61.66%62.16%-
HSV(B)187.56º54.59%85.49%-
XYZ39.1650.4374-
YUV173.61153.0474.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.04%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=19.04%
G=39.04%
B=41.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992032180.550.0700.15187.5661.6662.16
Hex63CBDA3770Fbc3e3e
Octal1433133326770172747676
Binary110001111001011110110101101111110111110111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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