#63eedf

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

Shades of Turquoise Blue #63EEDF

Tints of Turquoise Blue #63EEDF

Color information

#63EEDF (or 0x63EEDF) is unknown color: approx Turquoise Blue. HEX triplet: 63, EE and DF. RGB value is (99,238,223). Sum of RGB (Red+Green+Blue) = 99+238+223=560 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.68% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #63EEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EEDF is #9C1120. Grayscale: #C2C2C2. Windows color (decimal): -10228001 or 14675555. OLE color: 14675555.

HSL color Cylindrical-coordinate representation of color #63EEDF: hue angle of 173.53º degrees, saturation: 0.8, 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 #63EEDF is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB99238223-
CMYK0.5800.060.07
HSL173.53º80.35%66.08%-
HSV(B)173.53º58.4%93.33%-
XYZ49.0469.1380.57-
YUV194.73143.9559.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.68%
GREEN value IS 238 (93.36% from 255) = 42.5%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=17.68%
G=42.5%
B=39.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992382230.5800.060.07173.5380.3566.08
Hex63EEDF3A067ae5042
Octal14335633772067256120102
Binary1100011111011101101111111101001101111010111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63eedf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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