Html Css Color HEX #63EDEC Turquoise Blue

📋 copy color: '#63EDEC'

red 99 ◦ green 237 ◦ blue 236

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

Shades of Turquoise Blue #63EDEC

Tints of Turquoise Blue #63EDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.43%

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

R = 17.31%
G = 41.43%
B = 41.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#63EDEC (or 0x63EDEC) is known color: Turquoise Blue. HEX triplet: 63, ED and EC. RGB value is (99,237,236). Sum of RGB (Red+Green+Blue) = 99+237+236=572 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.31% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EDEC is #9C1213. Grayscale: #C3C3C3. Windows color (decimal): -10228244 or 15527267. OLE color: 15527267.

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

Color convert

RGB 99 237 236 -
CMYK 0.58 0 0.00 0.07
HSL 179.57º 0.79% 0.66% -
HSV(B) 179.57º 0.58% 0.93% -
XYZ 50.57 69.28 90.06 -
YUV 195.62 150.78 59.08 -
System Red Green Blue C M Y K H S L
Decimal 99 237 236 0.58 0 0.00 0.07 179.57 0.79 0.66
Hex 63 ED EC 3A 0 0 7 B4 4F 42
Octal 143 355 354 72 0 0 7 264 117 102
Binary 1100011 11101101 11101100 111010 0 0 111 10110100 1001111 1000010

Color Harmonies of #63EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EDEC

Black with #63EDEC

Text Example


Text Example

White with #63EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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