#63CFDB

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

Shades of Turquoise Blue #63CFDB

Tints of Turquoise Blue #63CFDB

Color information

#63CFDB (or 0x63CFDB) is unknown color: approx Turquoise Blue. HEX triplet: 63, CF and DB. RGB value is (99,207,219). Sum of RGB (Red+Green+Blue) = 99+207+219=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #63CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFDB is #9C3024. Grayscale: #AFAFAF. Windows color (decimal): -10235941 or 14405475. OLE color: 14405475.

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

Color convert

RGB99207219-
CMYK0.550.0500.14
HSL186º62.5%62.35%-
HSV(B)186º54.79%85.88%-
XYZ40.2452.3975.01-
YUV176.08152.2273.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.86%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=18.86%
G=39.43%
B=41.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal992072190.550.0500.1418662.562.35
Hex63CFDB3750Eba3e3e
Octal1433173336750162727676
Binary110001111001111110110111101111010111010111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,207,219); }

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

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

 a { background-color: rgb(99,207,219); }

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

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

 span { border-color: rgb(99,207,219); }

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