Html Css Color HEX #63E0FA Turquoise Blue

📋 copy color: '#63E0FA'

red 99 ◦ green 224 ◦ blue 250

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

Shades of Turquoise Blue #63E0FA

Tints of Turquoise Blue #63E0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.09%

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

R = 17.28%
G = 39.09%
B = 43.63%

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

#63E0FA (or 0x63E0FA) is known color: Turquoise Blue. HEX triplet: 63, E0 and FA. RGB value is (99,224,250). Sum of RGB (Red+Green+Blue) = 99+224+250=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #63E0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E0FA is #9C1F05. Grayscale: #BDBDBD. Windows color (decimal): -10231558 or 16441443. OLE color: 16441443.

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

Color convert

RGB 99 224 250 -
CMYK 0.60 0.10 0 0.02
HSL 190.33º 0.94% 0.68% -
HSV(B) 190.33º 0.6% 0.98% -
XYZ 49.06 62.87 99.99 -
YUV 189.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 99 224 250 0.60 0.10 0 0.02 190.33 0.94 0.68
Hex 63 E0 FA 3C A 0 2 BE 5E 44
Octal 143 340 372 74 12 0 2 276 136 104
Binary 1100011 11100000 11111010 111100 1010 0 10 10111110 1011110 1000100

Color Harmonies of #63E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E0FA

Black with #63E0FA

Text Example


Text Example

White with #63E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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