Html Css Color HEX #63CCD0 Medium Turquoise

📋 copy color: '#63CCD0'

red 99 ◦ green 204 ◦ blue 208

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

Shades of Medium Turquoise #63CCD0

Tints of Medium Turquoise #63CCD0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.92%

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

R = 19.37%
G = 39.92%
B = 40.7%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#63CCD0 (or 0x63CCD0) is known color: Medium Turquoise. HEX triplet: 63, CC and D0. RGB value is (99,204,208). Sum of RGB (Red+Green+Blue) = 99+204+208=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #63CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCD0 is #9C332F. Grayscale: #ACACAC. Windows color (decimal): -10236720 or 13683811. OLE color: 13683811.

HSL color Cylindrical-coordinate representation of color #63CCD0: hue angle of 182.2º 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 #63CCD0 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 204 208 -
CMYK 0.52 0.02 0 0.18
HSL 182.2º 0.54% 0.6% -
HSV(B) 182.2º 0.52% 0.82% -
XYZ 38.12 50.39 67.39 -
YUV 173.06 147.71 75.17 -
System Red Green Blue C M Y K H S L
Decimal 99 204 208 0.52 0.02 0 0.18 182.2 0.54 0.6
Hex 63 CC D0 34 2 0 12 B6 36 3C
Octal 143 314 320 64 2 0 22 266 66 74
Binary 1100011 11001100 11010000 110100 10 0 10010 10110110 110110 111100

Color Harmonies of #63CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CCD0

Black with #63CCD0

Text Example


Text Example

White with #63CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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