Html Css Color HEX #63EBE8 Turquoise Blue

📋 copy color: '#63EBE8'

red 99 ◦ green 235 ◦ blue 232

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

Shades of Turquoise Blue #63EBE8

Tints of Turquoise Blue #63EBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.99%

R = 17.49%
G = 41.52%
B = 40.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#63EBE8 (or 0x63EBE8) is known color: Turquoise Blue. HEX triplet: 63, EB and E8. RGB value is (99,235,232). Sum of RGB (Red+Green+Blue) = 99+235+232=566 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.49% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #63EBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EBE8 is #9C1417. Grayscale: #C1C1C1. Windows color (decimal): -10228760 or 15264611. OLE color: 15264611.

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

Color convert

RGB 99 235 232 -
CMYK 0.58 0 0.01 0.08
HSL 178.68º 0.77% 0.65% -
HSV(B) 178.68º 0.58% 0.92% -
XYZ 49.42 67.9 86.84 -
YUV 193.99 149.44 60.24 -
System Red Green Blue C M Y K H S L
Decimal 99 235 232 0.58 0 0.01 0.08 178.68 0.77 0.65
Hex 63 EB E8 3A 0 1 8 B3 4D 41
Octal 143 353 350 72 0 1 10 263 115 101
Binary 1100011 11101011 11101000 111010 0 1 1000 10110011 1001101 1000001

Color Harmonies of #63EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EBE8

Black with #63EBE8

Text Example


Text Example

White with #63EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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