#63DFEA

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

Shades of Turquoise Blue #63DFEA

Tints of Turquoise Blue #63DFEA

Color information

#63DFEA (or 0x63DFEA) is unknown color: approx Turquoise Blue. HEX triplet: 63, DF and EA. RGB value is (99,223,234). Sum of RGB (Red+Green+Blue) = 99+223+234=556 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.81% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #63DFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DFEA is #9C2015. Grayscale: #BBBBBB. Windows color (decimal): -10231830 or 15392611. OLE color: 15392611.

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

Color convert

RGB99223234-
CMYK0.580.0500.08
HSL184.89º76.27%65.29%-
HSV(B)184.89º57.69%91.76%-
XYZ46.3861.3787.24-
YUV187.18154.4265.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal992232340.580.0500.08184.8976.2765.29
Hex63DFEA3A508b94c41
Octal143337352725010271114101
Binary11000111101111111101010111010101010001011100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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