Html Css Color HEX #63EADE Turquoise Blue

📋 copy color: '#63EADE'

red 99 ◦ green 234 ◦ blue 222

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

Shades of Turquoise Blue #63EADE

Tints of Turquoise Blue #63EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 17.84%
G = 42.16%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#63EADE (or 0x63EADE) is known color: Turquoise Blue. HEX triplet: 63, EA and DE. RGB value is (99,234,222). Sum of RGB (Red+Green+Blue) = 99+234+222=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #63EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EADE is #9C1521. Grayscale: #C0C0C0. Windows color (decimal): -10229026 or 14608995. OLE color: 14608995.

HSL color Cylindrical-coordinate representation of color #63EADE: hue angle of 174.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EADE is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 234 222 -
CMYK 0.58 0 0.05 0.08
HSL 174.67º 0.76% 0.65% -
HSV(B) 174.67º 0.58% 0.92% -
XYZ 47.75 66.77 79.48 -
YUV 192.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 99 234 222 0.58 0 0.05 0.08 174.67 0.76 0.65
Hex 63 EA DE 3A 0 5 8 AF 4C 41
Octal 143 352 336 72 0 5 10 257 114 101
Binary 1100011 11101010 11011110 111010 0 101 1000 10101111 1001100 1000001

Color Harmonies of #63EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EADE

Black with #63EADE

Text Example


Text Example

White with #63EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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