Html Css Color HEX #63EBEC Turquoise Blue

📋 copy color: '#63EBEC'

red 99 ◦ green 235 ◦ blue 236

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

Shades of Turquoise Blue #63EBEC

Tints of Turquoise Blue #63EBEC

RGB

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

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

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

R = 17.37%
G = 41.23%
B = 41.4%

CMYK

 C value IS 0.58

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#63EBEC (or 0x63EBEC) is known color: Turquoise Blue. HEX triplet: 63, EB and EC. RGB value is (99,235,236). Sum of RGB (Red+Green+Blue) = 99+235+236=570 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.37% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #63EBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EBEC is #9C1413. Grayscale: #C2C2C2. Windows color (decimal): -10228756 or 15526755. OLE color: 15526755.

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

Color convert

RGB 99 235 236 -
CMYK 0.58 0.00 0 0.07
HSL 180.44º 0.78% 0.66% -
HSV(B) 180.44º 0.58% 0.93% -
XYZ 49.99 68.13 89.87 -
YUV 194.45 151.44 59.92 -
System Red Green Blue C M Y K H S L
Decimal 99 235 236 0.58 0.00 0 0.07 180.44 0.78 0.66
Hex 63 EB EC 3A 0 0 7 B4 4E 42
Octal 143 353 354 72 0 0 7 264 116 102
Binary 1100011 11101011 11101100 111010 0 0 111 10110100 1001110 1000010

Color Harmonies of #63EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EBEC

Black with #63EBEC

Text Example


Text Example

White with #63EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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