Html Css Color HEX #63E0EC Turquoise Blue

📋 copy color: '#63E0EC'

red 99 ◦ green 224 ◦ blue 236

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

Shades of Turquoise Blue #63E0EC

Tints of Turquoise Blue #63E0EC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.07%

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 17.71%
G = 40.07%
B = 42.22%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#63E0EC (or 0x63E0EC) is known color: Turquoise Blue. HEX triplet: 63, E0 and EC. RGB value is (99,224,236). Sum of RGB (Red+Green+Blue) = 99+224+236=559 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.71% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #63E0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E0EC is #9C1F13. Grayscale: #BBBBBB. Windows color (decimal): -10231572 or 15523939. OLE color: 15523939.

HSL color Cylindrical-coordinate representation of color #63E0EC: hue angle of 185.26º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63E0EC is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 224 236 -
CMYK 0.58 0.05 0 0.07
HSL 185.26º 0.78% 0.66% -
HSV(B) 185.26º 0.58% 0.93% -
XYZ 46.94 62.02 88.85 -
YUV 187.99 155.09 64.52 -
System Red Green Blue C M Y K H S L
Decimal 99 224 236 0.58 0.05 0 0.07 185.26 0.78 0.66
Hex 63 E0 EC 3A 5 0 7 B9 4E 42
Octal 143 340 354 72 5 0 7 271 116 102
Binary 1100011 11100000 11101100 111010 101 0 111 10111001 1001110 1000010

Color Harmonies of #63E0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E0EC

Black with #63E0EC

Text Example


Text Example

White with #63E0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,224,236); }

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

background-color css

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

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

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

border-color css

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

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

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