Html Css Color HEX #63DED8 Turquoise Blue

📋 copy color: '#63DED8'

red 99 ◦ green 222 ◦ blue 216

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

Shades of Turquoise Blue #63DED8

Tints of Turquoise Blue #63DED8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.34%

 BLUE value IS 216 (84.77% from 255) = 40.22%

R = 18.44%
G = 41.34%
B = 40.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#63DED8 (or 0x63DED8) is known color: Turquoise Blue. HEX triplet: 63, DE and D8. RGB value is (99,222,216). Sum of RGB (Red+Green+Blue) = 99+222+216=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #63DED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DED8 is #9C2127. Grayscale: #B8B8B8. Windows color (decimal): -10232104 or 14212707. OLE color: 14212707.

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

Color convert

RGB 99 222 216 -
CMYK 0.55 0 0.03 0.13
HSL 177.07º 0.65% 0.63% -
HSV(B) 177.07º 0.55% 0.87% -
XYZ 43.66 59.85 74.22 -
YUV 184.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 99 222 216 0.55 0 0.03 0.13 177.07 0.65 0.63
Hex 63 DE D8 37 0 3 D B1 41 3F
Octal 143 336 330 67 0 3 15 261 101 77
Binary 1100011 11011110 11011000 110111 0 11 1101 10110001 1000001 111111

Color Harmonies of #63DED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DED8

Black with #63DED8

Text Example


Text Example

White with #63DED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,222,216); }

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

background-color css

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

 a { background-color: rgb(99,222,216); }

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

border-color css

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

 span { border-color: rgb(99,222,216); }

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