Html Css Color HEX #63DCFC Turquoise Blue

📋 copy color: '#63DCFC'

red 99 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #63DCFC

Tints of Turquoise Blue #63DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 252 (98.83% from 255) = 44.13%

R = 17.34%
G = 38.53%
B = 44.13%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#63DCFC (or 0x63DCFC) is known color: Turquoise Blue. HEX triplet: 63, DC and FC. RGB value is (99,220,252). Sum of RGB (Red+Green+Blue) = 99+220+252=571 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.34% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #63DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DCFC is #9C2303. Grayscale: #BBBBBB. Windows color (decimal): -10232580 or 16571491. OLE color: 16571491.

HSL color Cylindrical-coordinate representation of color #63DCFC: hue angle of 192.55º degrees, saturation: 0.96, 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 #63DCFC is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 220 252 -
CMYK 0.61 0.13 0 0.01
HSL 192.55º 0.96% 0.69% -
HSV(B) 192.55º 0.61% 0.99% -
XYZ 48.31 60.87 101.3 -
YUV 187.47 164.41 64.9 -
System Red Green Blue C M Y K H S L
Decimal 99 220 252 0.61 0.13 0 0.01 192.55 0.96 0.69
Hex 63 DC FC 3D D 0 1 C1 60 45
Octal 143 334 374 75 15 0 1 301 140 105
Binary 1100011 11011100 11111100 111101 1101 0 1 11000001 1100000 1000101

Color Harmonies of #63DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCFC

Black with #63DCFC

Text Example


Text Example

White with #63DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,220,252); }

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

background-color css

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

 a { background-color: rgb(99,220,252); }

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

border-color css

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

 span { border-color: rgb(99,220,252); }

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