Html Css Color HEX #63E2FA Turquoise Blue

📋 copy color: '#63E2FA'

red 99 ◦ green 226 ◦ blue 250

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

Shades of Turquoise Blue #63E2FA

Tints of Turquoise Blue #63E2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.3%

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

R = 17.22%
G = 39.3%
B = 43.48%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#63E2FA (or 0x63E2FA) is known color: Turquoise Blue. HEX triplet: 63, E2 and FA. RGB value is (99,226,250). Sum of RGB (Red+Green+Blue) = 99+226+250=575 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.22% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #63E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E2FA is #9C1D05. Grayscale: #BEBEBE. Windows color (decimal): -10231046 or 16441955. OLE color: 16441955.

HSL color Cylindrical-coordinate representation of color #63E2FA: hue angle of 189.54º 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 #63E2FA is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 226 250 -
CMYK 0.60 0.10 0 0.02
HSL 189.54º 0.94% 0.68% -
HSV(B) 189.54º 0.6% 0.98% -
XYZ 49.6 63.95 100.17 -
YUV 190.76 161.42 62.55 -
System Red Green Blue C M Y K H S L
Decimal 99 226 250 0.60 0.10 0 0.02 189.54 0.94 0.68
Hex 63 E2 FA 3C A 0 2 BE 5E 44
Octal 143 342 372 74 12 0 2 276 136 104
Binary 1100011 11100010 11111010 111100 1010 0 10 10111110 1011110 1000100

Color Harmonies of #63E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E2FA

Black with #63E2FA

Text Example


Text Example

White with #63E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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