Html Css Color HEX #63D2DC Turquoise Blue

📋 copy color: '#63D2DC'

red 99 ◦ green 210 ◦ blue 220

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

Shades of Turquoise Blue #63D2DC

Tints of Turquoise Blue #63D2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

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

R = 18.71%
G = 39.7%
B = 41.59%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63D2DC (or 0x63D2DC) is known color: Turquoise Blue. HEX triplet: 63, D2 and DC. RGB value is (99,210,220). Sum of RGB (Red+Green+Blue) = 99+210+220=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #63D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2DC is #9C2D23. Grayscale: #B1B1B1. Windows color (decimal): -10235172 or 14471779. OLE color: 14471779.

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

Color convert

RGB 99 210 220 -
CMYK 0.55 0.05 0 0.14
HSL 184.96º 0.63% 0.63% -
HSV(B) 184.96º 0.55% 0.86% -
XYZ 41.11 53.91 75.95 -
YUV 177.95 151.73 71.69 -
System Red Green Blue C M Y K H S L
Decimal 99 210 220 0.55 0.05 0 0.14 184.96 0.63 0.63
Hex 63 D2 DC 37 5 0 E B9 3F 3F
Octal 143 322 334 67 5 0 16 271 77 77
Binary 1100011 11010010 11011100 110111 101 0 1110 10111001 111111 111111

Color Harmonies of #63D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D2DC

Black with #63D2DC

Text Example


Text Example

White with #63D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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