Html Css Color HEX #63DDDC Turquoise Blue

📋 copy color: '#63DDDC'

red 99 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #63DDDC

Tints of Turquoise Blue #63DDDC

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #63DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DDDC

Black with #63DDDC

Text Example


Text Example

White with #63DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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