Html Css Color HEX #63E4D9 Turquoise Blue

📋 copy color: '#63E4D9'

red 99 ◦ green 228 ◦ blue 217

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

Shades of Turquoise Blue #63E4D9

Tints of Turquoise Blue #63E4D9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.91%

 BLUE value IS 217 (85.16% from 255) = 39.89%

R = 18.2%
G = 41.91%
B = 39.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#63E4D9 (or 0x63E4D9) is known color: Turquoise Blue. HEX triplet: 63, E4 and D9. RGB value is (99,228,217). Sum of RGB (Red+Green+Blue) = 99+228+217=544 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.20% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #63E4D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E4D9 is #9C1B26. Grayscale: #BCBCBC. Windows color (decimal): -10230567 or 14279779. OLE color: 14279779.

HSL color Cylindrical-coordinate representation of color #63E4D9: hue angle of 174.88º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E4D9 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 99 228 217 -
CMYK 0.57 0 0.05 0.11
HSL 174.88º 0.7% 0.64% -
HSV(B) 174.88º 0.57% 0.89% -
XYZ 45.41 63.15 75.44 -
YUV 188.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 99 228 217 0.57 0 0.05 0.11 174.88 0.7 0.64
Hex 63 E4 D9 39 0 5 B AF 46 40
Octal 143 344 331 71 0 5 13 257 106 100
Binary 1100011 11100100 11011001 111001 0 101 1011 10101111 1000110 1000000

Color Harmonies of #63E4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E4D9

Black with #63E4D9

Text Example


Text Example

White with #63E4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,228,217); }

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

background-color css

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

 a { background-color: rgb(99,228,217); }

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

border-color css

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

 span { border-color: rgb(99,228,217); }

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