Html Css Color HEX #63E8FD Turquoise Blue

📋 copy color: '#63E8FD'

red 99 ◦ green 232 ◦ blue 253

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

Shades of Turquoise Blue #63E8FD

Tints of Turquoise Blue #63E8FD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.73%

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 16.95%
G = 39.73%
B = 43.32%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#63E8FD (or 0x63E8FD) is known color: Turquoise Blue. HEX triplet: 63, E8 and FD. RGB value is (99,232,253). Sum of RGB (Red+Green+Blue) = 99+232+253=584 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.95% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #63E8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63E8FD is #9C1702. Grayscale: #C2C2C2. Windows color (decimal): -10229507 or 16640099. OLE color: 16640099.

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

Color convert

RGB 99 232 253 -
CMYK 0.61 0.08 0 0.01
HSL 188.18º 0.97% 0.69% -
HSV(B) 188.18º 0.61% 0.99% -
XYZ 51.73 67.46 103.22 -
YUV 194.63 160.94 59.79 -
System Red Green Blue C M Y K H S L
Decimal 99 232 253 0.61 0.08 0 0.01 188.18 0.97 0.69
Hex 63 E8 FD 3D 8 0 1 BC 61 45
Octal 143 350 375 75 10 0 1 274 141 105
Binary 1100011 11101000 11111101 111101 1000 0 1 10111100 1100001 1000101

Color Harmonies of #63E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E8FD

Black with #63E8FD

Text Example


Text Example

White with #63E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,232,253); }

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

background-color css

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

 a { background-color: rgb(99,232,253); }

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

border-color css

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

 span { border-color: rgb(99,232,253); }

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