Html Css Color HEX #63C9D0 Medium Turquoise

📋 copy color: '#63C9D0'

red 99 ◦ green 201 ◦ blue 208

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

Shades of Medium Turquoise #63C9D0

Tints of Medium Turquoise #63C9D0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.57%

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 19.49%
G = 39.57%
B = 40.94%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#63C9D0 (or 0x63C9D0) is known color: Medium Turquoise. HEX triplet: 63, C9 and D0. RGB value is (99,201,208). Sum of RGB (Red+Green+Blue) = 99+201+208=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #63C9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C9D0 is #9C362F. Grayscale: #ABABAB. Windows color (decimal): -10237488 or 13683043. OLE color: 13683043.

HSL color Cylindrical-coordinate representation of color #63C9D0: hue angle of 183.85º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63C9D0 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 201 208 -
CMYK 0.52 0.03 0 0.18
HSL 183.85º 0.54% 0.6% -
HSV(B) 183.85º 0.52% 0.82% -
XYZ 37.42 48.98 67.16 -
YUV 171.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 99 201 208 0.52 0.03 0 0.18 183.85 0.54 0.6
Hex 63 C9 D0 34 3 0 12 B8 36 3C
Octal 143 311 320 64 3 0 22 270 66 74
Binary 1100011 11001001 11010000 110100 11 0 10010 10111000 110110 111100

Color Harmonies of #63C9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C9D0

Black with #63C9D0

Text Example


Text Example

White with #63C9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,201,208); }

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

background-color css

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

 a { background-color: rgb(99,201,208); }

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

border-color css

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

 span { border-color: rgb(99,201,208); }

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