Html Css Color HEX #63EBE3 Turquoise Blue

📋 copy color: '#63EBE3'

red 99 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #63EBE3

Tints of Turquoise Blue #63EBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.46%

R = 17.65%
G = 41.89%
B = 40.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#63EBE3 (or 0x63EBE3) is known color: Turquoise Blue. HEX triplet: 63, EB and E3. RGB value is (99,235,227). Sum of RGB (Red+Green+Blue) = 99+235+227=561 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.65% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #63EBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EBE3 is #9C141C. Grayscale: #C1C1C1. Windows color (decimal): -10228765 or 14936931. OLE color: 14936931.

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

Color convert

RGB 99 235 227 -
CMYK 0.58 0 0.03 0.08
HSL 176.47º 0.77% 0.65% -
HSV(B) 176.47º 0.58% 0.92% -
XYZ 48.72 67.62 83.16 -
YUV 193.42 146.94 60.65 -
System Red Green Blue C M Y K H S L
Decimal 99 235 227 0.58 0 0.03 0.08 176.47 0.77 0.65
Hex 63 EB E3 3A 0 3 8 B0 4D 41
Octal 143 353 343 72 0 3 10 260 115 101
Binary 1100011 11101011 11100011 111010 0 11 1000 10110000 1001101 1000001

Color Harmonies of #63EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EBE3

Black with #63EBE3

Text Example


Text Example

White with #63EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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