Html Css Color HEX #63D9DC Turquoise Blue

📋 copy color: '#63D9DC'

red 99 ◦ green 217 ◦ blue 220

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

Shades of Turquoise Blue #63D9DC

Tints of Turquoise Blue #63D9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 18.47%
G = 40.49%
B = 41.04%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63D9DC (or 0x63D9DC) is known color: Turquoise Blue. HEX triplet: 63, D9 and DC. RGB value is (99,217,220). Sum of RGB (Red+Green+Blue) = 99+217+220=536 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.47% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #63D9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D9DC is #9C2623. Grayscale: #B5B5B5. Windows color (decimal): -10233380 or 14473571. OLE color: 14473571.

HSL color Cylindrical-coordinate representation of color #63D9DC: hue angle of 181.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63D9DC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 217 220 -
CMYK 0.55 0.01 0 0.14
HSL 181.49º 0.63% 0.63% -
HSV(B) 181.49º 0.55% 0.86% -
XYZ 42.88 57.45 76.54 -
YUV 182.06 149.41 68.76 -
System Red Green Blue C M Y K H S L
Decimal 99 217 220 0.55 0.01 0 0.14 181.49 0.63 0.63
Hex 63 D9 DC 37 1 0 E B5 3F 3F
Octal 143 331 334 67 1 0 16 265 77 77
Binary 1100011 11011001 11011100 110111 1 0 1110 10110101 111111 111111

Color Harmonies of #63D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D9DC

Black with #63D9DC

Text Example


Text Example

White with #63D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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