Html Css Color HEX #63D9DB Turquoise Blue

📋 copy color: '#63D9DB'

red 99 ◦ green 217 ◦ blue 219

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

Shades of Turquoise Blue #63D9DB

Tints of Turquoise Blue #63D9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 18.5%
G = 40.56%
B = 40.93%

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

#63D9DB (or 0x63D9DB) is known color: Turquoise Blue. HEX triplet: 63, D9 and DB. RGB value is (99,217,219). Sum of RGB (Red+Green+Blue) = 99+217+219=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #63D9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D9DB is #9C2624. Grayscale: #B5B5B5. Windows color (decimal): -10233381 or 14408035. OLE color: 14408035.

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

Color convert

RGB 99 217 219 -
CMYK 0.55 0.01 0 0.14
HSL 181º 0.63% 0.62% -
HSV(B) 181º 0.55% 0.86% -
XYZ 42.74 57.39 75.84 -
YUV 181.95 148.91 68.84 -
System Red Green Blue C M Y K H S L
Decimal 99 217 219 0.55 0.01 0 0.14 181 0.63 0.62
Hex 63 D9 DB 37 1 0 E B5 3E 3E
Octal 143 331 333 67 1 0 16 265 76 76
Binary 1100011 11011001 11011011 110111 1 0 1110 10110101 111110 111110

Color Harmonies of #63D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D9DB

Black with #63D9DB

Text Example


Text Example

White with #63D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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