Html Css Color HEX #63E2FE Turquoise Blue

📋 copy color: '#63E2FE'

red 99 ◦ green 226 ◦ blue 254

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

Shades of Turquoise Blue #63E2FE

Tints of Turquoise Blue #63E2FE

RGB

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

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

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

R = 17.1%
G = 39.03%
B = 43.87%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#63E2FE (or 0x63E2FE) is known color: Turquoise Blue. HEX triplet: 63, E2 and FE. RGB value is (99,226,254). Sum of RGB (Red+Green+Blue) = 99+226+254=579 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.10% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #63E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E2FE is #9C1D01. Grayscale: #BEBEBE. Windows color (decimal): -10231042 or 16704099. OLE color: 16704099.

HSL color Cylindrical-coordinate representation of color #63E2FE: hue angle of 190.84º 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 #63E2FE is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 226 254 -
CMYK 0.61 0.11 0 0.00
HSL 190.84º 0.99% 0.69% -
HSV(B) 190.84º 0.61% 1% -
XYZ 50.23 64.2 103.51 -
YUV 191.22 163.42 62.22 -
System Red Green Blue C M Y K H S L
Decimal 99 226 254 0.61 0.11 0 0.00 190.84 0.99 0.69
Hex 63 E2 FE 3D B 0 0 BF 63 45
Octal 143 342 376 75 13 0 0 277 143 105
Binary 1100011 11100010 11111110 111101 1011 0 0 10111111 1100011 1000101

Color Harmonies of #63E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E2FE

Black with #63E2FE

Text Example


Text Example

White with #63E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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