Html Css Color HEX #63DDD4 Turquoise Blue

📋 copy color: '#63DDD4'

red 99 ◦ green 221 ◦ blue 212

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

Shades of Turquoise Blue #63DDD4

Tints of Turquoise Blue #63DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.85%

R = 18.61%
G = 41.54%
B = 39.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#63DDD4 (or 0x63DDD4) is known color: Turquoise Blue. HEX triplet: 63, DD and D4. RGB value is (99,221,212). Sum of RGB (Red+Green+Blue) = 99+221+212=532 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.61% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDD4 is #9C222B. Grayscale: #B7B7B7. Windows color (decimal): -10232364 or 13950307. OLE color: 13950307.

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

Color convert

RGB 99 221 212 -
CMYK 0.55 0 0.04 0.13
HSL 175.57º 0.64% 0.63% -
HSV(B) 175.57º 0.55% 0.87% -
XYZ 42.89 59.12 71.44 -
YUV 183.5 144.08 67.73 -
System Red Green Blue C M Y K H S L
Decimal 99 221 212 0.55 0 0.04 0.13 175.57 0.64 0.63
Hex 63 DD D4 37 0 4 D B0 40 3F
Octal 143 335 324 67 0 4 15 260 100 77
Binary 1100011 11011101 11010100 110111 0 100 1101 10110000 1000000 111111

Color Harmonies of #63DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DDD4

Black with #63DDD4

Text Example


Text Example

White with #63DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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