Html Css Color HEX #63D8DB Turquoise Blue

📋 copy color: '#63D8DB'

red 99 ◦ green 216 ◦ blue 219

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

Shades of Turquoise Blue #63D8DB

Tints of Turquoise Blue #63D8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

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

R = 18.54%
G = 40.45%
B = 41.01%

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

#63D8DB (or 0x63D8DB) is known color: Turquoise Blue. HEX triplet: 63, D8 and DB. RGB value is (99,216,219). Sum of RGB (Red+Green+Blue) = 99+216+219=534 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.54% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #63D8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D8DB is #9C2724. Grayscale: #B5B5B5. Windows color (decimal): -10233637 or 14407779. OLE color: 14407779.

HSL color Cylindrical-coordinate representation of color #63D8DB: hue angle of 181.5º 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 #63D8DB is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 216 219 -
CMYK 0.55 0.01 0 0.14
HSL 181.5º 0.63% 0.62% -
HSV(B) 181.5º 0.55% 0.86% -
XYZ 42.49 56.88 75.76 -
YUV 181.36 149.24 69.26 -
System Red Green Blue C M Y K H S L
Decimal 99 216 219 0.55 0.01 0 0.14 181.5 0.63 0.62
Hex 63 D8 DB 37 1 0 E B6 3E 3E
Octal 143 330 333 67 1 0 16 266 76 76
Binary 1100011 11011000 11011011 110111 1 0 1110 10110110 111110 111110

Color Harmonies of #63D8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D8DB

Black with #63D8DB

Text Example


Text Example

White with #63D8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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