Html Css Color HEX #63DADC Turquoise Blue

📋 copy color: '#63DADC'

red 99 ◦ green 218 ◦ blue 220

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

Shades of Turquoise Blue #63DADC

Tints of Turquoise Blue #63DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.6%

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

R = 18.44%
G = 40.6%
B = 40.97%

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

#63DADC (or 0x63DADC) is known color: Turquoise Blue. HEX triplet: 63, DA and DC. RGB value is (99,218,220). Sum of RGB (Red+Green+Blue) = 99+218+220=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #63DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DADC is #9C2523. Grayscale: #B6B6B6. Windows color (decimal): -10233124 or 14473827. OLE color: 14473827.

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

Color convert

RGB 99 218 220 -
CMYK 0.55 0.01 0 0.14
HSL 180.99º 0.63% 0.63% -
HSV(B) 180.99º 0.55% 0.86% -
XYZ 43.14 57.96 76.62 -
YUV 182.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 99 218 220 0.55 0.01 0 0.14 180.99 0.63 0.63
Hex 63 DA DC 37 1 0 E B5 3F 3F
Octal 143 332 334 67 1 0 16 265 77 77
Binary 1100011 11011010 11011100 110111 1 0 1110 10110101 111111 111111

Color Harmonies of #63DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DADC

Black with #63DADC

Text Example


Text Example

White with #63DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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