Html Css Color HEX #63EDDD Turquoise Blue

📋 copy color: '#63EDDD'

red 99 ◦ green 237 ◦ blue 221

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

Shades of Turquoise Blue #63EDDD

Tints of Turquoise Blue #63EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 17.77%
G = 42.55%
B = 39.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#63EDDD (or 0x63EDDD) is known color: Turquoise Blue. HEX triplet: 63, ED and DD. RGB value is (99,237,221). Sum of RGB (Red+Green+Blue) = 99+237+221=557 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.77% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDDD is #9C1222. Grayscale: #C1C1C1. Windows color (decimal): -10228259 or 14544227. OLE color: 14544227.

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

Color convert

RGB 99 237 221 -
CMYK 0.58 0 0.07 0.07
HSL 173.04º 0.79% 0.66% -
HSV(B) 173.04º 0.58% 0.93% -
XYZ 48.48 68.44 79.06 -
YUV 193.91 143.28 60.3 -
System Red Green Blue C M Y K H S L
Decimal 99 237 221 0.58 0 0.07 0.07 173.04 0.79 0.66
Hex 63 ED DD 3A 0 7 7 AD 4F 42
Octal 143 355 335 72 0 7 7 255 117 102
Binary 1100011 11101101 11011101 111010 0 111 111 10101101 1001111 1000010

Color Harmonies of #63EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EDDD

Black with #63EDDD

Text Example


Text Example

White with #63EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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