Html Css Color HEX #63E5EF Turquoise Blue

📋 copy color: '#63E5EF'

red 99 ◦ green 229 ◦ blue 239

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

Shades of Turquoise Blue #63E5EF

Tints of Turquoise Blue #63E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.39%

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 17.46%
G = 40.39%
B = 42.15%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63E5EF (or 0x63E5EF) is known color: Turquoise Blue. HEX triplet: 63, E5 and EF. RGB value is (99,229,239). Sum of RGB (Red+Green+Blue) = 99+229+239=567 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.46% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #63E5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E5EF is #9C1A10. Grayscale: #BFBFBF. Windows color (decimal): -10230289 or 15721827. OLE color: 15721827.

HSL color Cylindrical-coordinate representation of color #63E5EF: hue angle of 184.29º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63E5EF is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 229 239 -
CMYK 0.59 0.04 0 0.06
HSL 184.29º 0.81% 0.66% -
HSV(B) 184.29º 0.59% 0.94% -
XYZ 48.74 64.92 91.62 -
YUV 191.27 154.93 62.19 -
System Red Green Blue C M Y K H S L
Decimal 99 229 239 0.59 0.04 0 0.06 184.29 0.81 0.66
Hex 63 E5 EF 3B 4 0 6 B8 51 42
Octal 143 345 357 73 4 0 6 270 121 102
Binary 1100011 11100101 11101111 111011 100 0 110 10111000 1010001 1000010

Color Harmonies of #63E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E5EF

Black with #63E5EF

Text Example


Text Example

White with #63E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,229,239); }

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

background-color css

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

 a { background-color: rgb(99,229,239); }

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

border-color css

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

 span { border-color: rgb(99,229,239); }

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