Html Css Color HEX #63DBDD Turquoise Blue

📋 copy color: '#63DBDD'

red 99 ◦ green 219 ◦ blue 221

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

Shades of Turquoise Blue #63DBDD

Tints of Turquoise Blue #63DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

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

R = 18.37%
G = 40.63%
B = 41%

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

#63DBDD (or 0x63DBDD) is known color: Turquoise Blue. HEX triplet: 63, DB and DD. RGB value is (99,219,221). Sum of RGB (Red+Green+Blue) = 99+219+221=539 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.37% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #63DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBDD is #9C2422. Grayscale: #B7B7B7. Windows color (decimal): -10232867 or 14539619. OLE color: 14539619.

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

Color convert

RGB 99 219 221 -
CMYK 0.55 0.01 0 0.13
HSL 180.98º 0.64% 0.63% -
HSV(B) 180.98º 0.55% 0.87% -
XYZ 43.53 58.54 77.41 -
YUV 183.35 149.24 67.84 -
System Red Green Blue C M Y K H S L
Decimal 99 219 221 0.55 0.01 0 0.13 180.98 0.64 0.63
Hex 63 DB DD 37 1 0 D B5 40 3F
Octal 143 333 335 67 1 0 15 265 100 77
Binary 1100011 11011011 11011101 110111 1 0 1101 10110101 1000000 111111

Color Harmonies of #63DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DBDD

Black with #63DBDD

Text Example


Text Example

White with #63DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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