#63DFF7

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

Shades of Turquoise Blue #63DFF7

Tints of Turquoise Blue #63DFF7

Color information

#63DFF7 (or 0x63DFF7) is unknown color: approx Turquoise Blue. HEX triplet: 63, DF and F7. RGB value is (99,223,247). Sum of RGB (Red+Green+Blue) = 99+223+247=569 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.40% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #63DFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DFF7 is #9C2008. Grayscale: #BCBCBC. Windows color (decimal): -10231817 or 16244579. OLE color: 16244579.

HSL color Cylindrical-coordinate representation of color #63DFF7: hue angle of 189.73º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63DFF7 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB99223247-
CMYK0.600.1000.03
HSL189.73º90.24%67.84%-
HSV(B)189.73º59.92%96.86%-
XYZ48.3262.1497.44-
YUV188.66160.9264.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.40%
GREEN value IS 223 (87.5% from 255) = 39.19%
BLUE value IS 247 (96.88% from 255) = 43.41%
R=17.40%
G=39.19%
B=43.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal992232470.600.1000.03189.7390.2467.84
Hex63DFF73CA03be5a44
Octal143337367741203276132104
Binary1100011110111111111011111110010100111011111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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