Html Css Color HEX #63EAEA Turquoise Blue

📋 copy color: '#63EAEA'

red 99 ◦ green 234 ◦ blue 234

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

Shades of Turquoise Blue #63EAEA

Tints of Turquoise Blue #63EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.27%

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

R = 17.46%
G = 41.27%
B = 41.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#63EAEA (or 0x63EAEA) is known color: Turquoise Blue. HEX triplet: 63, EA and EA. RGB value is (99,234,234). Sum of RGB (Red+Green+Blue) = 99+234+234=567 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.46% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #63EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EAEA is #9C1515. Grayscale: #C1C1C1. Windows color (decimal): -10229014 or 15395427. OLE color: 15395427.

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

Color convert

RGB 99 234 234 -
CMYK 0.58 0 0 0.08
HSL 180º 0.76% 0.65% -
HSV(B) 180º 0.58% 0.92% -
XYZ 49.42 67.44 88.25 -
YUV 193.64 150.77 60.5 -
System Red Green Blue C M Y K H S L
Decimal 99 234 234 0.58 0 0 0.08 180 0.76 0.65
Hex 63 EA EA 3A 0 0 8 B4 4C 41
Octal 143 352 352 72 0 0 10 264 114 101
Binary 1100011 11101010 11101010 111010 0 0 1000 10110100 1001100 1000001

Color Harmonies of #63EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EAEA

Black with #63EAEA

Text Example


Text Example

White with #63EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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