#63EADF

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

Shades of Turquoise Blue #63EADF

Tints of Turquoise Blue #63EADF

Color information

#63EADF (or 0x63EADF) is unknown color: approx Turquoise Blue. HEX triplet: 63, EA and DF. RGB value is (99,234,223). Sum of RGB (Red+Green+Blue) = 99+234+223=556 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.81% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #63EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EADF is #9C1520. Grayscale: #C0C0C0. Windows color (decimal): -10229025 or 14674531. OLE color: 14674531.

HSL color Cylindrical-coordinate representation of color #63EADF: hue angle of 175.11º degrees, saturation: 0.76, 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 #63EADF is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB99234223-
CMYK0.5800.050.08
HSL175.11º76.27%65.29%-
HSV(B)175.11º57.69%91.76%-
XYZ47.8966.8380.19-
YUV192.38145.2761.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.81%
GREEN value IS 234 (91.80% from 255) = 42.09%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=17.81%
G=42.09%
B=40.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal992342230.5800.050.08175.1176.2765.29
Hex63EADF3A058af4c41
Octal143352337720510257114101
Binary11000111110101011011111111010010110001010111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,234,223); }

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

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

 a { background-color: rgb(99,234,223); }

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

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

 span { border-color: rgb(99,234,223); }

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