Html Css Color HEX #63DCDD Turquoise Blue

📋 copy color: '#63DCDD'

red 99 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #63DCDD

Tints of Turquoise Blue #63DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

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

R = 18.33%
G = 40.74%
B = 40.93%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63DCDD (or 0x63DCDD) is known color: Turquoise Blue. HEX triplet: 63, DC and DD. RGB value is (99,220,221). Sum of RGB (Red+Green+Blue) = 99+220+221=540 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.33% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #63DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCDD is #9C2322. Grayscale: #B7B7B7. Windows color (decimal): -10232611 or 14539875. OLE color: 14539875.

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

Color convert

RGB 99 220 221 -
CMYK 0.55 0.00 0 0.13
HSL 180.49º 0.64% 0.63% -
HSV(B) 180.49º 0.55% 0.87% -
XYZ 43.79 59.06 77.5 -
YUV 183.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 99 220 221 0.55 0.00 0 0.13 180.49 0.64 0.63
Hex 63 DC DD 37 0 0 D B4 40 3F
Octal 143 334 335 67 0 0 15 264 100 77
Binary 1100011 11011100 11011101 110111 0 0 1101 10110100 1000000 111111

Color Harmonies of #63DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCDD

Black with #63DCDD

Text Example


Text Example

White with #63DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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