#63EFEE

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

Shades of Turquoise Blue #63EFEE

Tints of Turquoise Blue #63EFEE

Color information

#63EFEE (or 0x63EFEE) is unknown color: approx Turquoise Blue. HEX triplet: 63, EF and EE. RGB value is (99,239,238). Sum of RGB (Red+Green+Blue) = 99+239+238=576 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.19% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #63EFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EFEE is #9C1011. Grayscale: #C4C4C4. Windows color (decimal): -10227730 or 15658851. OLE color: 15658851.

HSL color Cylindrical-coordinate representation of color #63EFEE: hue angle of 179.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EFEE is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB99239238-
CMYK0.5900.000.06
HSL179.57º81.4%66.27%-
HSV(B)179.57º58.58%93.73%-
XYZ51.4470.5691.8-
YUV197.03151.1258.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.19%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=17.19%
G=41.49%
B=41.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal992392380.5900.000.06179.5781.466.27
Hex63EFEE3B006b45142
Octal14335735673006264121102
Binary11000111110111111101110111011001101011010010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,239,238); }

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

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

 a { background-color: rgb(99,239,238); }

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

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

 span { border-color: rgb(99,239,238); }

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