#63D6ED

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

Shades of Turquoise Blue #63D6ED

Tints of Turquoise Blue #63D6ED

Color information

#63D6ED (or 0x63D6ED) is unknown color: approx Turquoise Blue. HEX triplet: 63, D6 and ED. RGB value is (99,214,237). Sum of RGB (Red+Green+Blue) = 99+214+237=550 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #63D6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D6ED is #9C2912. Grayscale: #B6B6B6. Windows color (decimal): -10234131 or 15586915. OLE color: 15586915.

HSL color Cylindrical-coordinate representation of color #63D6ED: hue angle of 190º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63D6ED is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99214237-
CMYK0.580.1000.07
HSL190º79.31%65.88%-
HSV(B)190º58.23%92.94%-
XYZ44.4856.8688.75-
YUV182.24158.968.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18%
GREEN value IS 214 (83.98% from 255) = 38.91%
BLUE value IS 237 (92.97% from 255) = 43.09%
R=18%
G=38.91%
B=43.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992142370.580.1000.0719079.3165.88
Hex63D6ED3AA07be4f42
Octal143326355721207276117102
Binary11000111101011011101101111010101001111011111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,214,237); }

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

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

 a { background-color: rgb(99,214,237); }

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

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

 span { border-color: rgb(99,214,237); }

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