Html Css Color HEX #63E2EA Turquoise Blue

📋 copy color: '#63E2EA'

red 99 ◦ green 226 ◦ blue 234

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

Shades of Turquoise Blue #63E2EA

Tints of Turquoise Blue #63E2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 17.71%
G = 40.43%
B = 41.86%

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

#63E2EA (or 0x63E2EA) is known color: Turquoise Blue. HEX triplet: 63, E2 and EA. RGB value is (99,226,234). Sum of RGB (Red+Green+Blue) = 99+226+234=559 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.71% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #63E2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E2EA is #9C1D15. Grayscale: #BCBCBC. Windows color (decimal): -10231062 or 15393379. OLE color: 15393379.

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

Color convert

RGB 99 226 234 -
CMYK 0.58 0.03 0 0.08
HSL 183.56º 0.76% 0.65% -
HSV(B) 183.56º 0.58% 0.92% -
XYZ 47.19 62.99 87.51 -
YUV 188.94 153.42 63.85 -
System Red Green Blue C M Y K H S L
Decimal 99 226 234 0.58 0.03 0 0.08 183.56 0.76 0.65
Hex 63 E2 EA 3A 3 0 8 B8 4C 41
Octal 143 342 352 72 3 0 10 270 114 101
Binary 1100011 11100010 11101010 111010 11 0 1000 10111000 1001100 1000001

Color Harmonies of #63E2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E2EA

Black with #63E2EA

Text Example


Text Example

White with #63E2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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