Html Css Color HEX #63E5FE Turquoise Blue

📋 copy color: '#63E5FE'

red 99 ◦ green 229 ◦ blue 254

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

Shades of Turquoise Blue #63E5FE

Tints of Turquoise Blue #63E5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.35%

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 17.01%
G = 39.35%
B = 43.64%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#63E5FE (or 0x63E5FE) is known color: Turquoise Blue. HEX triplet: 63, E5 and FE. RGB value is (99,229,254). Sum of RGB (Red+Green+Blue) = 99+229+254=582 (77% of max value = 765). Red value is 99 (39.06% from 255 or 17.01% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #63E5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E5FE is #9C1A01. Grayscale: #C0C0C0. Windows color (decimal): -10230274 or 16704867. OLE color: 16704867.

HSL color Cylindrical-coordinate representation of color #63E5FE: hue angle of 189.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63E5FE is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 229 254 -
CMYK 0.61 0.10 0 0.00
HSL 189.68º 0.99% 0.69% -
HSV(B) 189.68º 0.61% 1% -
XYZ 51.05 65.85 103.78 -
YUV 192.98 162.43 60.97 -
System Red Green Blue C M Y K H S L
Decimal 99 229 254 0.61 0.10 0 0.00 189.68 0.99 0.69
Hex 63 E5 FE 3D A 0 0 BE 63 45
Octal 143 345 376 75 12 0 0 276 143 105
Binary 1100011 11100101 11111110 111101 1010 0 0 10111110 1100011 1000101

Color Harmonies of #63E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E5FE

Black with #63E5FE

Text Example


Text Example

White with #63E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,229,254); }

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

background-color css

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

 a { background-color: rgb(99,229,254); }

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

border-color css

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

 span { border-color: rgb(99,229,254); }

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