#63EFDB

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

Shades of Turquoise Blue #63EFDB

Tints of Turquoise Blue #63EFDB

Color information

#63EFDB (or 0x63EFDB) is unknown color: approx Turquoise Blue. HEX triplet: 63, EF and DB. RGB value is (99,239,219). Sum of RGB (Red+Green+Blue) = 99+239+219=557 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.77% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #63EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EFDB is #9C1024. Grayscale: #C2C2C2. Windows color (decimal): -10227749 or 14413667. OLE color: 14413667.

HSL color Cylindrical-coordinate representation of color #63EFDB: hue angle of 171.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EFDB is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB99239219-
CMYK0.5900.080.06
HSL171.43º81.4%66.27%-
HSV(B)171.43º58.58%93.73%-
XYZ48.869.577.86-
YUV194.86141.6259.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.77%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=17.77%
G=42.91%
B=39.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal992392190.5900.080.06171.4381.466.27
Hex63EFDB3B086ab5142
Octal143357333730106253121102
Binary11000111110111111011011111011010001101010101110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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