#63DFFF

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

Shades of Turquoise Blue #63DFFF

Tints of Turquoise Blue #63DFFF

Color information

#63DFFF (or 0x63DFFF) is unknown color: approx Turquoise Blue. HEX triplet: 63, DF and FF. RGB value is (99,223,255). Sum of RGB (Red+Green+Blue) = 99+223+255=577 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.16% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #63DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DFFF is #9C2000. Grayscale: #BDBDBD. Windows color (decimal): -10231809 or 16768867. OLE color: 16768867.

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

Color convert

RGB99223255-
CMYK0.610.1300
HSL192.31º100%69.41%-
HSV(B)192.31º61.18%100%-
XYZ49.5862.65104.09-
YUV189.57164.9263.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.16%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 255 (100% from 255) = 44.19%
R=17.16%
G=38.65%
B=44.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal992232550.610.1300192.3110069.41
Hex63DFFF3DD00c06445
Octal143337377751500300144105
Binary110001111011111111111111111011101001100000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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