Html Css Color HEX #63E2DA Turquoise Blue

📋 copy color: '#63E2DA'

red 99 ◦ green 226 ◦ blue 218

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

Shades of Turquoise Blue #63E2DA

Tints of Turquoise Blue #63E2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.62%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 18.23%
G = 41.62%
B = 40.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#63E2DA (or 0x63E2DA) is known color: Turquoise Blue. HEX triplet: 63, E2 and DA. RGB value is (99,226,218). Sum of RGB (Red+Green+Blue) = 99+226+218=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #63E2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E2DA is #9C1D25. Grayscale: #BBBBBB. Windows color (decimal): -10231078 or 14344803. OLE color: 14344803.

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

Color convert

RGB 99 226 218 -
CMYK 0.56 0 0.04 0.11
HSL 176.22º 0.69% 0.64% -
HSV(B) 176.22º 0.56% 0.89% -
XYZ 45 62.11 75.95 -
YUV 187.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 99 226 218 0.56 0 0.04 0.11 176.22 0.69 0.64
Hex 63 E2 DA 38 0 4 B B0 45 40
Octal 143 342 332 70 0 4 13 260 105 100
Binary 1100011 11100010 11011010 111000 0 100 1011 10110000 1000101 1000000

Color Harmonies of #63E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E2DA

Black with #63E2DA

Text Example


Text Example

White with #63E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,226,218); }

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

background-color css

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

 a { background-color: rgb(99,226,218); }

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

border-color css

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

 span { border-color: rgb(99,226,218); }

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