#63e6ff

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

Shades of Turquoise Blue #63E6FF

Tints of Turquoise Blue #63E6FF

Color information

#63E6FF (or 0x63E6FF) is unknown color: approx Turquoise Blue. HEX triplet: 63, E6 and FF. RGB value is (99,230,255). Sum of RGB (Red+Green+Blue) = 99+230+255=584 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.95% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #63E6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63E6FF is #9C1900. Grayscale: #C1C1C1. Windows color (decimal): -10230017 or 16770659. OLE color: 16770659.

HSL color Cylindrical-coordinate representation of color #63E6FF: hue angle of 189.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63E6FF is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB99230255-
CMYK0.610.1000
HSL189.62º100%69.41%-
HSV(B)189.62º61.18%100%-
XYZ51.4966.47104.72-
YUV193.68162.660.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.95%
GREEN value IS 230 (90.23% from 255) = 39.38%
BLUE value IS 255 (100% from 255) = 43.66%
R=16.95%
G=39.38%
B=43.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal992302550.610.1000189.6210069.41
Hex63E6FF3DA00be6445
Octal143346377751200276144105
Binary110001111100110111111111111011010001011111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63e6ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,230,255); }

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

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

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

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

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

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

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