#63D0EB

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

Shades of Turquoise Blue #63D0EB

Tints of Turquoise Blue #63D0EB

Color information

#63D0EB (or 0x63D0EB) is unknown color: approx Turquoise Blue. HEX triplet: 63, D0 and EB. RGB value is (99,208,235). Sum of RGB (Red+Green+Blue) = 99+208+235=542 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.27% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #63D0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D0EB is #9C2F14. Grayscale: #B2B2B2. Windows color (decimal): -10235669 or 15454307. OLE color: 15454307.

HSL color Cylindrical-coordinate representation of color #63D0EB: hue angle of 191.91º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63D0EB is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB99208235-
CMYK0.580.1100.08
HSL191.91º77.27%65.49%-
HSV(B)191.91º57.87%92.16%-
XYZ42.753.7686.72-
YUV178.49159.8971.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.27%
GREEN value IS 208 (81.64% from 255) = 38.38%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=18.27%
G=38.38%
B=43.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal992082350.580.1100.08191.9177.2765.49
Hex63D0EB3AB08c04d41
Octal1433203537213010300115101
Binary110001111010000111010111110101011010001100000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,208,235); }

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

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

 a { background-color: rgb(99,208,235); }

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

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

 span { border-color: rgb(99,208,235); }

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