#63D1E7

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

Shades of Turquoise Blue #63D1E7

Tints of Turquoise Blue #63D1E7

Color information

#63D1E7 (or 0x63D1E7) is unknown color: approx Turquoise Blue. HEX triplet: 63, D1 and E7. RGB value is (99,209,231). Sum of RGB (Red+Green+Blue) = 99+209+231=539 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.37% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #63D1E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D1E7 is #9C2E18. Grayscale: #B2B2B2. Windows color (decimal): -10235417 or 15192419. OLE color: 15192419.

HSL color Cylindrical-coordinate representation of color #63D1E7: hue angle of 190º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63D1E7 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB99209231-
CMYK0.570.1000.09
HSL190º73.33%64.71%-
HSV(B)190º57.14%90.59%-
XYZ42.3754.0283.8-
YUV178.62157.5671.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.37%
GREEN value IS 209 (82.03% from 255) = 38.78%
BLUE value IS 231 (90.62% from 255) = 42.86%
R=18.37%
G=38.78%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal992092310.570.1000.0919073.3364.71
Hex63D1E739A09be4941
Octal1433213477112011276111101
Binary110001111010001111001111110011010010011011111010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,209,231); }

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

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

 a { background-color: rgb(99,209,231); }

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

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

 span { border-color: rgb(99,209,231); }

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