Html Css Color HEX #63EADB Turquoise Blue

📋 copy color: '#63EADB'

red 99 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #63EADB

Tints of Turquoise Blue #63EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 17.93%
G = 42.39%
B = 39.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#63EADB (or 0x63EADB) is known color: Turquoise Blue. HEX triplet: 63, EA and DB. RGB value is (99,234,219). Sum of RGB (Red+Green+Blue) = 99+234+219=552 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.93% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #63EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EADB is #9C1524. Grayscale: #BFBFBF. Windows color (decimal): -10229029 or 14412387. OLE color: 14412387.

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

Color convert

RGB 99 234 219 -
CMYK 0.58 0 0.06 0.08
HSL 173.33º 0.76% 0.65% -
HSV(B) 173.33º 0.58% 0.92% -
XYZ 47.35 66.61 77.38 -
YUV 191.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 99 234 219 0.58 0 0.06 0.08 173.33 0.76 0.65
Hex 63 EA DB 3A 0 6 8 AD 4C 41
Octal 143 352 333 72 0 6 10 255 114 101
Binary 1100011 11101010 11011011 111010 0 110 1000 10101101 1001100 1000001

Color Harmonies of #63EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EADB

Black with #63EADB

Text Example


Text Example

White with #63EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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