Html Css Color HEX #63D6FE Turquoise Blue

📋 copy color: '#63D6FE'

red 99 ◦ green 214 ◦ blue 254

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

Shades of Turquoise Blue #63D6FE

Tints of Turquoise Blue #63D6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 17.46%
G = 37.74%
B = 44.8%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#63D6FE (or 0x63D6FE) is known color: Turquoise Blue. HEX triplet: 63, D6 and FE. RGB value is (99,214,254). Sum of RGB (Red+Green+Blue) = 99+214+254=567 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.46% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #63D6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D6FE is #9C2901. Grayscale: #B7B7B7. Windows color (decimal): -10234114 or 16701027. OLE color: 16701027.

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

Color convert

RGB 99 214 254 -
CMYK 0.61 0.16 0 0.00
HSL 195.48º 0.99% 0.69% -
HSV(B) 195.48º 0.61% 1% -
XYZ 47.08 57.9 102.46 -
YUV 184.18 167.4 67.25 -
System Red Green Blue C M Y K H S L
Decimal 99 214 254 0.61 0.16 0 0.00 195.48 0.99 0.69
Hex 63 D6 FE 3D 10 0 0 C3 63 45
Octal 143 326 376 75 20 0 0 303 143 105
Binary 1100011 11010110 11111110 111101 10000 0 0 11000011 1100011 1000101

Color Harmonies of #63D6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D6FE

Black with #63D6FE

Text Example


Text Example

White with #63D6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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