#63EDEE

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

Shades of Turquoise Blue #63EDEE

Tints of Turquoise Blue #63EDEE

Color information

#63EDEE (or 0x63EDEE) is unknown color: approx Turquoise Blue. HEX triplet: 63, ED and EE. RGB value is (99,237,238). Sum of RGB (Red+Green+Blue) = 99+237+238=574 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.25% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #63EDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EDEE is #9C1211. Grayscale: #C3C3C3. Windows color (decimal): -10228242 or 15658339. OLE color: 15658339.

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

Color convert

RGB99237238-
CMYK0.580.0000.07
HSL180.43º80.35%66.08%-
HSV(B)180.43º58.4%93.33%-
XYZ50.8669.3991.6-
YUV195.85151.7858.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.25%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=17.25%
G=41.29%
B=41.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992372380.580.0000.07180.4380.3566.08
Hex63EDEE3A007b45042
Octal14335535672007264120102
Binary11000111110110111101110111010001111011010010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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