#63EDED

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

Shades of Turquoise Blue #63EDED

Tints of Turquoise Blue #63EDED

Color information

#63EDED (or 0x63EDED) is unknown color: approx Turquoise Blue. HEX triplet: 63, ED and ED. RGB value is (99,237,237). Sum of RGB (Red+Green+Blue) = 99+237+237=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #63EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EDED is #9C1212. Grayscale: #C3C3C3. Windows color (decimal): -10228243 or 15592803. OLE color: 15592803.

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

Color convert

RGB99237237-
CMYK0.58000.07
HSL180º79.31%65.88%-
HSV(B)180º58.23%92.94%-
XYZ50.7269.3490.83-
YUV195.74151.2859-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.28%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=17.28%
G=41.36%
B=41.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992372370.58000.0718079.3165.88
Hex63EDED3A007b44f42
Octal14335535572007264117102
Binary11000111110110111101101111010001111011010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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