Html Css Color HEX #63E3EB Turquoise Blue

📋 copy color: '#63E3EB'

red 99 ◦ green 227 ◦ blue 235

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

Shades of Turquoise Blue #63E3EB

Tints of Turquoise Blue #63E3EB

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#63E3EB (or 0x63E3EB) is known color: Turquoise Blue. HEX triplet: 63, E3 and EB. RGB value is (99,227,235). Sum of RGB (Red+Green+Blue) = 99+227+235=561 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.65% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #63E3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E3EB is #9C1C14. Grayscale: #BDBDBD. Windows color (decimal): -10230805 or 15459171. OLE color: 15459171.

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

Color convert

RGB 99 227 235 -
CMYK 0.58 0.03 0 0.08
HSL 183.53º 0.77% 0.65% -
HSV(B) 183.53º 0.58% 0.92% -
XYZ 47.61 63.59 88.36 -
YUV 189.64 153.59 63.35 -
System Red Green Blue C M Y K H S L
Decimal 99 227 235 0.58 0.03 0 0.08 183.53 0.77 0.65
Hex 63 E3 EB 3A 3 0 8 B8 4D 41
Octal 143 343 353 72 3 0 10 270 115 101
Binary 1100011 11100011 11101011 111010 11 0 1000 10111000 1001101 1000001

Color Harmonies of #63E3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E3EB

Black with #63E3EB

Text Example


Text Example

White with #63E3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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