Html Css Color HEX #63EBE2 Turquoise Blue

📋 copy color: '#63EBE2'

red 99 ◦ green 235 ◦ blue 226

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

Shades of Turquoise Blue #63EBE2

Tints of Turquoise Blue #63EBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.96%

 BLUE value IS 226 (88.67% from 255) = 40.36%

R = 17.68%
G = 41.96%
B = 40.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#63EBE2 (or 0x63EBE2) is known color: Turquoise Blue. HEX triplet: 63, EB and E2. RGB value is (99,235,226). Sum of RGB (Red+Green+Blue) = 99+235+226=560 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.68% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #63EBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EBE2 is #9C141D. Grayscale: #C1C1C1. Windows color (decimal): -10228766 or 14871395. OLE color: 14871395.

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

Color convert

RGB 99 235 226 -
CMYK 0.58 0 0.04 0.08
HSL 176.03º 0.77% 0.65% -
HSV(B) 176.03º 0.58% 0.92% -
XYZ 48.58 67.56 82.43 -
YUV 193.31 146.44 60.73 -
System Red Green Blue C M Y K H S L
Decimal 99 235 226 0.58 0 0.04 0.08 176.03 0.77 0.65
Hex 63 EB E2 3A 0 4 8 B0 4D 41
Octal 143 353 342 72 0 4 10 260 115 101
Binary 1100011 11101011 11100010 111010 0 100 1000 10110000 1001101 1000001

Color Harmonies of #63EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EBE2

Black with #63EBE2

Text Example


Text Example

White with #63EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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