Html Css Color HEX #63EADA Turquoise Blue

📋 copy color: '#63EADA'

red 99 ◦ green 234 ◦ blue 218

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

Shades of Turquoise Blue #63EADA

Tints of Turquoise Blue #63EADA

RGB

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

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

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

R = 17.97%
G = 42.47%
B = 39.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#63EADA (or 0x63EADA) is known color: Turquoise Blue. HEX triplet: 63, EA and DA. RGB value is (99,234,218). Sum of RGB (Red+Green+Blue) = 99+234+218=551 (72% of max value = 765). Red value is 99 (39.06% from 255 or 17.97% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #63EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EADA is #9C1525. Grayscale: #BFBFBF. Windows color (decimal): -10229030 or 14346851. OLE color: 14346851.

HSL color Cylindrical-coordinate representation of color #63EADA: hue angle of 172.89º 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 #63EADA is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 234 218 -
CMYK 0.58 0 0.07 0.08
HSL 172.89º 0.76% 0.65% -
HSV(B) 172.89º 0.58% 0.92% -
XYZ 47.22 66.56 76.69 -
YUV 191.81 142.77 61.8 -
System Red Green Blue C M Y K H S L
Decimal 99 234 218 0.58 0 0.07 0.08 172.89 0.76 0.65
Hex 63 EA DA 3A 0 7 8 AD 4C 41
Octal 143 352 332 72 0 7 10 255 114 101
Binary 1100011 11101010 11011010 111010 0 111 1000 10101101 1001100 1000001

Color Harmonies of #63EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EADA

Black with #63EADA

Text Example


Text Example

White with #63EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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