Html Css Color HEX #63E2E4 Turquoise Blue

📋 copy color: '#63E2E4'

red 99 ◦ green 226 ◦ blue 228

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

Shades of Turquoise Blue #63E2E4

Tints of Turquoise Blue #63E2E4

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.87%

 BLUE value IS 228 (89.45% from 255) = 41.23%

R = 17.9%
G = 40.87%
B = 41.23%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#63E2E4 (or 0x63E2E4) is known color: Turquoise Blue. HEX triplet: 63, E2 and E4. RGB value is (99,226,228). Sum of RGB (Red+Green+Blue) = 99+226+228=553 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.90% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #63E2E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E2E4 is #9C1D1B. Grayscale: #BCBCBC. Windows color (decimal): -10231068 or 15000163. OLE color: 15000163.

HSL color Cylindrical-coordinate representation of color #63E2E4: hue angle of 180.93º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E2E4 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 99 226 228 -
CMYK 0.57 0.01 0 0.11
HSL 180.93º 0.7% 0.64% -
HSV(B) 180.93º 0.57% 0.89% -
XYZ 46.35 62.65 83.05 -
YUV 188.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 99 226 228 0.57 0.01 0 0.11 180.93 0.7 0.64
Hex 63 E2 E4 39 1 0 B B5 46 40
Octal 143 342 344 71 1 0 13 265 106 100
Binary 1100011 11100010 11100100 111001 1 0 1011 10110101 1000110 1000000

Color Harmonies of #63E2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E2E4

Black with #63E2E4

Text Example


Text Example

White with #63E2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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