Html Css Color HEX #63D4DB Turquoise Blue

📋 copy color: '#63D4DB'

red 99 ◦ green 212 ◦ blue 219

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

Shades of Turquoise Blue #63D4DB

Tints of Turquoise Blue #63D4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40%

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

R = 18.68%
G = 40%
B = 41.32%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63D4DB (or 0x63D4DB) is known color: Turquoise Blue. HEX triplet: 63, D4 and DB. RGB value is (99,212,219). Sum of RGB (Red+Green+Blue) = 99+212+219=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #63D4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D4DB is #9C2B24. Grayscale: #B2B2B2. Windows color (decimal): -10234661 or 14406755. OLE color: 14406755.

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

Color convert

RGB 99 212 219 -
CMYK 0.55 0.03 0 0.14
HSL 183.5º 0.63% 0.62% -
HSV(B) 183.5º 0.55% 0.86% -
XYZ 41.48 54.85 75.42 -
YUV 179.01 150.56 70.93 -
System Red Green Blue C M Y K H S L
Decimal 99 212 219 0.55 0.03 0 0.14 183.5 0.63 0.62
Hex 63 D4 DB 37 3 0 E B8 3E 3E
Octal 143 324 333 67 3 0 16 270 76 76
Binary 1100011 11010100 11011011 110111 11 0 1110 10111000 111110 111110

Color Harmonies of #63D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D4DB

Black with #63D4DB

Text Example


Text Example

White with #63D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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