Html Css Color HEX #63ECD8 Turquoise Blue

📋 copy color: '#63ECD8'

red 99 ◦ green 236 ◦ blue 216

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

Shades of Turquoise Blue #63ECD8

Tints of Turquoise Blue #63ECD8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.83%

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

R = 17.97%
G = 42.83%
B = 39.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#63ECD8 (or 0x63ECD8) is known color: Turquoise Blue. HEX triplet: 63, EC and D8. RGB value is (99,236,216). Sum of RGB (Red+Green+Blue) = 99+236+216=551 (72% of max value = 765). Red value is 99 (39.06% from 255 or 17.97% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECD8 is #9C1327. Grayscale: #C0C0C0. Windows color (decimal): -10228520 or 14216291. OLE color: 14216291.

HSL color Cylindrical-coordinate representation of color #63ECD8: hue angle of 171.24º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63ECD8 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 236 216 -
CMYK 0.58 0 0.08 0.07
HSL 171.24º 0.78% 0.66% -
HSV(B) 171.24º 0.58% 0.93% -
XYZ 47.54 67.6 75.51 -
YUV 192.76 141.11 61.13 -
System Red Green Blue C M Y K H S L
Decimal 99 236 216 0.58 0 0.08 0.07 171.24 0.78 0.66
Hex 63 EC D8 3A 0 8 7 AB 4E 42
Octal 143 354 330 72 0 10 7 253 116 102
Binary 1100011 11101100 11011000 111010 0 1000 111 10101011 1001110 1000010

Color Harmonies of #63ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ECD8

Black with #63ECD8

Text Example


Text Example

White with #63ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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