Html Css Color HEX #63EEDD Turquoise Blue

📋 copy color: '#63EEDD'

red 99 ◦ green 238 ◦ blue 221

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

Shades of Turquoise Blue #63EEDD

Tints of Turquoise Blue #63EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.65%

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

R = 17.74%
G = 42.65%
B = 39.61%

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

#63EEDD (or 0x63EEDD) is known color: Turquoise Blue. HEX triplet: 63, EE and DD. RGB value is (99,238,221). Sum of RGB (Red+Green+Blue) = 99+238+221=558 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.74% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #63EEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EEDD is #9C1122. Grayscale: #C2C2C2. Windows color (decimal): -10228003 or 14544483. OLE color: 14544483.

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

Color convert

RGB 99 238 221 -
CMYK 0.58 0 0.07 0.07
HSL 172.66º 0.8% 0.66% -
HSV(B) 172.66º 0.58% 0.93% -
XYZ 48.77 69.02 79.16 -
YUV 194.5 142.95 59.88 -
System Red Green Blue C M Y K H S L
Decimal 99 238 221 0.58 0 0.07 0.07 172.66 0.8 0.66
Hex 63 EE DD 3A 0 7 7 AD 50 42
Octal 143 356 335 72 0 7 7 255 120 102
Binary 1100011 11101110 11011101 111010 0 111 111 10101101 1010000 1000010

Color Harmonies of #63EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EEDD

Black with #63EEDD

Text Example


Text Example

White with #63EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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