Html Css Color HEX #63CCCE Medium Turquoise

📋 copy color: '#63CCCE'

red 99 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #63CCCE

Tints of Medium Turquoise #63CCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 19.45%
G = 40.08%
B = 40.47%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#63CCCE (or 0x63CCCE) is known color: Medium Turquoise. HEX triplet: 63, CC and CE. RGB value is (99,204,206). Sum of RGB (Red+Green+Blue) = 99+204+206=509 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.45% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #63CCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCCE is #9C3331. Grayscale: #ACACAC. Windows color (decimal): -10236722 or 13552739. OLE color: 13552739.

HSL color Cylindrical-coordinate representation of color #63CCCE: hue angle of 181.12º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CCCE is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 204 206 -
CMYK 0.52 0.01 0 0.19
HSL 181.12º 0.52% 0.6% -
HSV(B) 181.12º 0.52% 0.81% -
XYZ 37.88 50.29 66.1 -
YUV 172.83 146.71 75.34 -
System Red Green Blue C M Y K H S L
Decimal 99 204 206 0.52 0.01 0 0.19 181.12 0.52 0.6
Hex 63 CC CE 34 1 0 13 B5 34 3C
Octal 143 314 316 64 1 0 23 265 64 74
Binary 1100011 11001100 11001110 110100 1 0 10011 10110101 110100 111100

Color Harmonies of #63CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CCCE

Black with #63CCCE

Text Example


Text Example

White with #63CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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