Html Css Color HEX #63D7FA Turquoise Blue

📋 copy color: '#63D7FA'

red 99 ◦ green 215 ◦ blue 250

#63D7FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #63D7FA

Tints of Turquoise Blue #63D7FA

RGB

 RED value IS 99 (39.06% from 255) = 17.55%

 GREEN value IS 215 (84.38% from 255) = 38.12%

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 17.55%
G = 38.12%
B = 44.33%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#63D7FA (or 0x63D7FA) is known color: Turquoise Blue. HEX triplet: 63, D7 and FA. RGB value is (99,215,250). Sum of RGB (Red+Green+Blue) = 99+215+250=564 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.55% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #63D7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D7FA is #9C2805. Grayscale: #B8B8B8. Windows color (decimal): -10233862 or 16439139. OLE color: 16439139.

HSL color Cylindrical-coordinate representation of color #63D7FA: hue angle of 193.91º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63D7FA is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 215 250 -
CMYK 0.60 0.14 0 0.02
HSL 193.91º 0.94% 0.68% -
HSV(B) 193.91º 0.6% 0.98% -
XYZ 46.7 58.16 99.21 -
YUV 184.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 99 215 250 0.60 0.14 0 0.02 193.91 0.94 0.68
Hex 63 D7 FA 3C E 0 2 C2 5E 44
Octal 143 327 372 74 16 0 2 302 136 104
Binary 1100011 11010111 11111010 111100 1110 0 10 11000010 1011110 1000100

Color Harmonies of #63D7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D7FA

Black with #63D7FA

Text Example


Text Example

White with #63D7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,215,250); }

 H1.HeaderClassName
 {
   color: #63D7FA;
 }
 .AnyTagClassName
 {
   color: #63D7FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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