Html Css Color HEX #63DCFB Turquoise Blue

📋 copy color: '#63DCFB'

red 99 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #63DCFB

Tints of Turquoise Blue #63DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 17.37%
G = 38.6%
B = 44.04%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#63DCFB (or 0x63DCFB) is known color: Turquoise Blue. HEX triplet: 63, DC and FB. RGB value is (99,220,251). Sum of RGB (Red+Green+Blue) = 99+220+251=570 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.37% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #63DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DCFB is #9C2304. Grayscale: #BBBBBB. Windows color (decimal): -10232581 or 16505955. OLE color: 16505955.

HSL color Cylindrical-coordinate representation of color #63DCFB: hue angle of 192.24º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63DCFB is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 220 251 -
CMYK 0.61 0.12 0 0.02
HSL 192.24º 0.95% 0.69% -
HSV(B) 192.24º 0.61% 0.98% -
XYZ 48.15 60.8 100.47 -
YUV 187.36 163.91 64.98 -
System Red Green Blue C M Y K H S L
Decimal 99 220 251 0.61 0.12 0 0.02 192.24 0.95 0.69
Hex 63 DC FB 3D C 0 2 C0 5F 45
Octal 143 334 373 75 14 0 2 300 137 105
Binary 1100011 11011100 11111011 111101 1100 0 10 11000000 1011111 1000101

Color Harmonies of #63DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCFB

Black with #63DCFB

Text Example


Text Example

White with #63DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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