Html Css Color HEX #63DADD Turquoise Blue

📋 copy color: '#63DADD'

red 99 ◦ green 218 ◦ blue 221

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

Shades of Turquoise Blue #63DADD

Tints of Turquoise Blue #63DADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 18.4%
G = 40.52%
B = 41.08%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63DADD (or 0x63DADD) is known color: Turquoise Blue. HEX triplet: 63, DA and DD. RGB value is (99,218,221). Sum of RGB (Red+Green+Blue) = 99+218+221=538 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.40% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #63DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DADD is #9C2522. Grayscale: #B6B6B6. Windows color (decimal): -10233123 or 14539363. OLE color: 14539363.

HSL color Cylindrical-coordinate representation of color #63DADD: hue angle of 181.48º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DADD is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 218 221 -
CMYK 0.55 0.01 0 0.13
HSL 181.48º 0.64% 0.63% -
HSV(B) 181.48º 0.55% 0.87% -
XYZ 43.27 58.02 77.32 -
YUV 182.76 149.58 68.26 -
System Red Green Blue C M Y K H S L
Decimal 99 218 221 0.55 0.01 0 0.13 181.48 0.64 0.63
Hex 63 DA DD 37 1 0 D B5 40 3F
Octal 143 332 335 67 1 0 15 265 100 77
Binary 1100011 11011010 11011101 110111 1 0 1101 10110101 1000000 111111

Color Harmonies of #63DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DADD

Black with #63DADD

Text Example


Text Example

White with #63DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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